Skip to content

Releases: sdu-cfei/modest-py

v.0.0.9

12 Sep 14:50
Compare
Choose a tag to compare
  • it is possible now to estimate just 1 parameter (fixed bug in plot_pop_evo())

v.0.0.8

23 Nov 13:10
Compare
Choose a tag to compare

Version used in the ModestPy paper.

Major update: added interface to SciPy algorithms.

v0.0.7

04 Jan 14:05
Compare
Choose a tag to compare

Changes in v0.0.7:

  • added SQP method
  • modified interface of the Estimation class to facilitate multi-algorithm pipelines

Version 0.0.6

25 Sep 11:57
Compare
Choose a tag to compare
v.0.0.6

Version 0.0.6

Version 0.0.5

22 Jul 19:11
Compare
Choose a tag to compare

Decreased tolerance of CVode solver in PyFMI

Version 0.0.3

10 Jul 18:42
Compare
Choose a tag to compare

Changes in v. 0.0.3:

  • Tolerance criteria for GA and PS exposed in the Estimation API.

Version 0.0.2

09 Jul 17:34
Compare
Choose a tag to compare

Changes in v. 0.0.2:

  1. Estimation class imported directly in init.py to allow imports like "from modestpy import Estimation". Previously it had to be imported from modestpy.estimation.

Initial release

26 Jun 18:39
Compare
Choose a tag to compare
  • first public release
  • simplified API in modestpy.Estimation
  • compatible with packages compatible with MPCPy