An open API service indexing awesome lists of open source software.

https://github.com/hageldave/optisled

Java library for nonlinear (constraint) optimization.
https://github.com/hageldave/optisled

gradient-descent nonlinear-programming optimization

Last synced: 3 months ago
JSON representation

Java library for nonlinear (constraint) optimization.

Awesome Lists containing this project

README

          

# 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](https://img.shields.io/maven-central/v/com.github.hageldave.optisled/optisled.svg)](https://central.sonatype.com/namespace/com.github.hageldave.optisled)
```xml

com.github.hageldave.optisled
optisled
0.0.3

```
This library is shipped as an [Apache Maven](https://maven.apache.org/what-is-maven.html) 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](https://repo.maven.apache.org/maven2/).
Other build systems, such as gradle, can also be used.