Skip to content

Releases: nicolaipalm/paref

Version 0.2.0

24 Feb 19:54
Compare
Choose a tag to compare

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

21 Sep 14:36
cbebe75
Compare
Choose a tag to compare

Add gap fill algorithm in multiple dimensions.

Version 0.1.7

04 Jul 15:44
Compare
Choose a tag to compare

fixed linter

Version 0.1.6

04 Jul 15:34
Compare
Choose a tag to compare

Adapted documentation, included bug fixes

Version 0.1.5

30 Jun 17:38
a0f2993
Compare
Choose a tag to compare

Hotfixes #6

Version 0.1.4

30 Jun 17:32
28a2bf2
Compare
Choose a tag to compare

Hotfixes #6

Version 0.1.3

30 Jun 17:26
Compare
Choose a tag to compare

Hotfixes #5

Version 0.1.2

30 Jun 16:48
Compare
Choose a tag to compare

Hotfix #2

Version 0.1.1

30 Jun 16:29
9fb5d8b
Compare
Choose a tag to compare

Hotfix for pipeline

Version 0.1.0

30 Jun 16:16
Compare
Choose a tag to compare

Alpha release, feedback is welcomed.