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.
- Host: GitHub
- URL: https://github.com/hageldave/optisled
- Owner: hageldave
- License: mit
- Created: 2020-12-17T13:13:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T14:11:15.000Z (about 3 years ago)
- Last Synced: 2025-01-18T04:27:20.070Z (about 1 year ago)
- Topics: gradient-descent, nonlinear-programming, optimization
- Language: Java
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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.