GithubHelp home page GithubHelp logo

jooink / ddogleg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lessthanoptimal/ddogleg

0.0 1.0 0.0 1.59 MB

Java library for numerical optimization, polynomial root finding, sorting, and robust model fitting.

Java 100.00%

ddogleg's Introduction

DDogleg Numerics is a high performance Java library for non-linear optimization, robust model fitting, polynomial root finding, sorting, and more.  The API is designed to be user to use, without excessive abstraction often found in other libraries.  The user is provided with the capability to have tight control over memory and CPU usage.  Source code is publicly available and has been released under and Apache 2.0 license.

                     http://ddogleg.org

------------ Directory Structure

src/        The source code
test/       Test source code
autocode/   Source code which is used to automatically generate other code
example/    Several example demonstrating how to use the library
lib/        Library dependencies
benchmark/  Internal benchmarks used to evaluate speed and stability    

------------ Building

Gradle is the recommended way to build DDogleg.  The Gradle script can be imported into Eclipse and IntelliJ IDEs

To build compiled jars using Gradle do the following:

--- BEGIN ----
cd ddogleg
gradle createLibraryDirectory
---  END ----

Then look inside the ddogleg/libraries directory created by the script.  It will include jars for this library and anything it depends on.

------------ Repository

The latest source code can be found on Github https://github.com/lessthanoptimal/ddogleg.  If using a commandline you can clone the repository by typing:

git clone [email protected]:lessthanoptimal/ddogleg.git

------------ License

Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html

See LICENSE-2.0.txt

------------ Support

Support is provided through its message board on Google groups.  Please post your question/comment there first before contacting the author.

https://groups.google.com/forum/?fromgroups#!forum/ddogleg

------------ Author

Developed by Peter Abeles


ddogleg's People

Contributors

lessthanoptimal avatar karelp avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.