Search code examples
javamathematical-optimizationnonlinear-functions

Constrained optimization for nonlinear multivariable function in Java


I am looking for an open source implementation of a method doing constrained optimization for nonlinear multivariable function in Java.


Solution

  • There are several open source java implementations that can do this, such as:

    • OptaPlanner (apache license, 100% java, lots of examples and documentation)
    • jacop
    • choco
    • ...