-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCHANGES.txt
47 lines (37 loc) · 1.23 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Changes in v.0.1.1
====================
- temporary directories are now automatically removed
- added Dockerfile with exemplary setup working with ModestPy
Changes in v.0.1
====================
- parallel genetic algorithm added (based on modestga)
- FMPy instead of pyFMI
Changes in v.0.0.9:
====================
- it is possible now to estimate just 1 parameter (fixed bug in plot_pop_evo())
Changes in v.0.0.8:
====================
- Version used in the ModestPy paper
- Added interface to SciPy algorithms
Changes in v.0.0.7:
====================
- added SQP method
- modified interface of the Estimation class to facilitate multi-algorithm pipelines
Changes in v.0.0.6:
====================
- LHS initialization of GA
- random seed
- many small bug fixes
Changes in v.0.0.5:
====================
- Decreased tolerance of CVode solver in PyFMI
Changes in v.0.0.4:
====================
- New pattern search plot (parameter evolution) added to Estimation.py
- GA/PS default parameters tuned
Changes in v.0.0.3:
====================
- Tolerance criteria for GA and PS exposed in the Estimation API.
Changes in v.0.0.2:
====================
- Estimation class imported directly in __init__.py to allow imports like "from modestpy import Estimation".