Releases: nicolaipalm/paref
Releases · nicolaipalm/paref
Version 0.2.0
This release includes major changes. The main changes are:
- each algorithm now automatically determines optimal hyperparameters; this includes the pre-scaling of the training data for the gpr and the optimal "epsilon" in all Pareto reflections
- storing the evaluations is now automatically done by the blackbox function interface
- there is now an express version which wraps the most common MOO algorithms of Paref
- there is now an info module providing information about the pareto front and the training process which guides the further optimization
- you can now access the best fitting Pareto points corresponding to some Pareto reflection within the interface
- saving and loading is now included within the blackbox function interface
- lhc sampling is now excluded by the moo algorithms; this is because it was misleading when specifying the max number of evaluations
Version 0.1.8
Add gap fill algorithm in multiple dimensions.
Version 0.1.7
fixed linter
Version 0.1.6
Adapted documentation, included bug fixes
Version 0.1.5
Hotfixes #6
Version 0.1.4
Hotfixes #6
Version 0.1.3
Hotfixes #5
Version 0.1.2
Hotfix #2
Version 0.1.1
Hotfix for pipeline
Version 0.1.0
Alpha release, feedback is welcomed.