Skip to content

v1.7.2

Compare
Choose a tag to compare
@akaptano akaptano released this 12 Oct 00:41
· 489 commits to master since this release
bc131d9

What's Changed

Added new mixed-integer optimization algorithm called MIOSR.
Added new external unit tests of all the jupyter notebook examples.
Made Gurobipy and cvxpy optional dependencies. Gurobipy is required for using MIOSR and cvxpy is needed for using inequality-constrained optimizers, the trapping SINDy algorithm, or the SINDy-PI algorithm.
Ensembling functionality moved to the "EnsembleOptimizer", see updated Example 1 notebook for this.