Releases: novonordisk-research/ProcessOptimizer
Releases · novonordisk-research/ProcessOptimizer
Updates for BrownieBee, Bugs and features
What's Changed
- Publication by @SRFU-NN in #278
- Multiobjective doc by @SRFU-NN in #279
- Improves plot_objective_1d and adds similar plot intended for Brownie Bee front end by @dk-teknologisk-mon in #186
- Fixes sum constraints with later dimensions by @dk-teknologisk-mon in #282
Full Changelog: v1.0.0...v1.0.2
v1.0.0
What's Changed
- Setting noise size on ZeroNoise now raises error by @SRFU-NN in #264
- Moveexamplefiles by @sqbl in #261
- Fix import of ModelSystems by @SRFU-NN in #265
- Space example by @SRFU-NN in #253
- Radius decreased in plot and more points in pareto front by @sqbl in #274
Full Changelog: v0.9.5...v1.0.0
v.0.9.5
What's Changed
- Opt estimate by @SRFU-NN in #224
- Dependabot only alerts about major releases in Python by @SRFU-NN in #243
- Examples reworked by @SRFU-NN in #248
- Updates jupyter notebooks in the design qualifications folder by @dk-teknologisk-mon in #172
- Fixes interaction between constrained dimensions and categorical factors with 2+ levels by @dk-teknologisk-mon in #257
- Fix Bokeh deprecations: Fix #244 bokeh arguments by @sqbl in #252
- Updates for 0.9.5 by @dk-teknologisk-mon in #258
- CI: Only test BB in python 3.12 by @SRFU-NN in #259
- Version bump 0.9.5 by @SRFU-NN in #260
New Contributors
- @dependabot made their first contribution in #226
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- New examples srfu by @SRFU-NN in #148
- WIP: Explore vs exploit by @SRFU-NN in #153
- Uncertainty by @SRFU-NN in #203
- WIP: Batch vs single by @SRFU-NN in #150
- New jupyter notebook examples by @SRFU-NN in #147
- Dependabot added by @SRFU-NN in #222
- Matrix to ndarray by @sqbl in #223
- Fix #237Add warning that constraints are not implemented for multiobjective optimization (also "fix" stbr and constraints) by @sqbl in #239
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.1
Certain about uncertainties
What's Changed
- Fix warnings 20230620 by @sqbl in #185
- Fix#180 by @sqbl in #184. This allows the user to add/remove modelled noise before predicting/plotting/sampling from the optimizer instance.
- Expand the number of benchmark functions and modelsystems by @dk-teknologisk-mon in #171
Full Changelog: v0.8.0...v0.8.1
Better defaults, SumEquals constraint
Changed defaults to:
- Show uncertainty in 1D plots
- Use expected improvement as acquisition function
Furthermore, the following developments:
- Noise module in ModelSystem
- SumEquals constraint
Bugs be gone
Various bug fixes as well as changes and addition to plotting functions. See changelog.
Interactive Pareto
Combined update with several minor fixes and additions. Please see changelog on gitHUB for details.