Releases: optimagic-dev/optimagic
Releases · optimagic-dev/optimagic
v0.2.0
Release 0.2.0
Add a lot of new functionality with a few minor breaking changes. We have more
optimizers, better error handling, bootstrap and inference for method of simulated
moments.
Breaking changes
- logging is disabled by default during optimization.
- the log_option "if_exists" was renamed to "if_table_exists"
- The comparison plot function is removed.
- first_derivative now returns a dictionary, independent of arguments.
- structure of the logging database has changed
- there is an additional boolean flag named
scaling
in minimize and maximize
New features
- Optimizer benchmarking
- Multistart optimization
- More optimizers (fides, ipopt, nlopt, pygmo)
estimate_msm
andestimate_ml
functions- More diagnostic tools for numerical derivatives
v0.1.3
v0.1.2
v0.1.1
v0.0.31
Release v0.0.31 and relax some version constraints. (#162)