Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 922 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 922 Bytes

OptiSled

Mini Java library for numerical optimization. Features gradient descent and nonlinear constraint optimization via log-barrier and augmented lagrangian solvers.

Use in your project

Maven Central

<dependency>
    <groupId>com.github.hageldave.optisled</groupId>
    <artifactId>optisled</artifactId>
    <version>0.0.3</version>
</dependency>

This library is shipped as an Apache Maven artifact. You can include it in projects that use Maven as build system by specifying it as a dependency in the project's pom.xml file. It will then be downloaded automatically from the central repository. Other build systems, such as gradle, can also be used.