Skip to content

v1.4.0

Compare
Choose a tag to compare
@pobonomo pobonomo released this 11 Dec 16:38
· 267 commits to main since this release
e792816

What's Changed

The main update of this release is to use the new nonlinear capabilities in Gurobi 11 for modeling
the logistic regression. Namely, if the user has Gurobi 11, the attribute
FuncNonLinear is set for
the nonlinear constraints with the logistic function created by the package.

In our tests this results in better results (smaller errors in the solution and sometimes faster).

The corresponding parts of the documentation have been updated. In particular the
Student admission example
uses this and there is no more discussion on tuning the piecewise-linear approximation.

Other smaller updates regard the documentation that has been reorganized. In particular with the goal of documenting
better the internal objects that the package constructs and uses.

Full Changelog: v1.3.3...v1.4.0