Recent Releases of processoptimizer
processoptimizer - v1.1.0
What's Changed
- DOE framework with D-optimal experimental designs
- XpyriMentor allows for integrating other backends by making custom Suggestors
- Fix warnings for optimizer at old point and dep warning for in1d
- Fixes the broken pipeline by fixing inheritance order
- expected_minimum now "works" with constraints
- Fixed README.md example
- Fixes LHS giving diagonal points
New Contributors
- @Firefly78 made their first contribution in https://github.com/novonordisk-research/ProcessOptimizer/pull/293
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v1.0.2...v1.1.0
- Jupyter Notebook
Published by SRFU-NN over 1 year ago
processoptimizer - Updates for BrownieBee, Bugs and features
What's Changed
- Publication by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/278
- Multiobjective doc by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/279
- Improves plotobjective1d and adds similar plot intended for Brownie Bee front end by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/186
- Fixes sum constraints with later dimensions by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/282
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v1.0.0...v1.0.2
- Jupyter Notebook
Published by sqbl over 1 year ago
processoptimizer - v1.0.0
What's Changed
- Setting noise size on ZeroNoise now raises error by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/264
- Moveexamplefiles by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/261
- Fix import of ModelSystems by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/265
- Space example by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/253
- Radius decreased in plot and more points in pareto front by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/274
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v0.9.5...v1.0.0
- Jupyter Notebook
Published by sqbl over 1 year ago
processoptimizer - v.0.9.5
What's Changed
- Opt estimate by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/224
- Dependabot only alerts about major releases in Python by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/243
- Examples reworked by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/248
- Updates jupyter notebooks in the design qualifications folder by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/172
- Fixes interaction between constrained dimensions and categorical factors with 2+ levels by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/257
- Fix Bokeh deprecations: Fix #244 bokeh arguments by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/252
- Updates for 0.9.5 by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/258
- CI: Only test BB in python 3.12 by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/259
- Version bump 0.9.5 by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/260
New Contributors
- @dependabot made their first contribution in https://github.com/novonordisk-research/ProcessOptimizer/pull/226
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v0.9.4...v0.9.5
- Jupyter Notebook
Published by sqbl about 2 years ago
processoptimizer - v0.9.4
What's Changed
- New examples srfu by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/148
- WIP: Explore vs exploit by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/153
- Uncertainty by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/203
- WIP: Batch vs single by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/150
- New jupyter notebook examples by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/147
- Dependabot added by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/222
- Matrix to ndarray by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/223
- Fix #237Add warning that constraints are not implemented for multiobjective optimization (also "fix" stbr and constraints) by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/239
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v0.9.3...v0.9.4
- Jupyter Notebook
Published by sqbl over 2 years ago
processoptimizer - v0.9.3
What's Changed
- Bugfix of expected_minimum with constraints by @dk-teknologisk-mon in https://github.com/novonordisk-research/ProcessOptimizer/pull/211
- Versionsupdatedinbbdependence by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/204
- fix: Making sure data is installed by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/213
- Fix install by @SRFU-NN in https://github.com/novonordisk-research/ProcessOptimizer/pull/214
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v0.9.1...v0.9.3
- Jupyter Notebook
Published by sqbl over 2 years ago
processoptimizer - Certain about uncertainties
What's Changed
- Fix warnings 20230620 by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/185
- Fix#180 by @sqbl in https://github.com/novonordisk-research/ProcessOptimizer/pull/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 https://github.com/novonordisk-research/ProcessOptimizer/pull/171
Full Changelog: https://github.com/novonordisk-research/ProcessOptimizer/compare/v0.8.0...v0.8.1
- Jupyter Notebook
Published by sqbl almost 3 years ago
processoptimizer - 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
- Jupyter Notebook
Published by SRFU-NN about 3 years ago
processoptimizer - Bugs be gone
Various bug fixes as well as changes and addition to plotting functions. See changelog.
- Jupyter Notebook
Published by sqbl over 3 years ago
processoptimizer - Interactive Pareto
Combined update with several minor fixes and additions. Please see changelog on gitHUB for details.
- Jupyter Notebook
Published by sqbl over 3 years ago
processoptimizer - Credible intervals
Quiet many small QoL improvements in this one. Much work is centered on helping guide the user in answering: "whether, I'm done experimenting?"
- Jupyter Notebook
Published by sqbl over 4 years ago
processoptimizer - Interactive increment
Added Interactive plotting features for Pareto optimization Added Kriging Believer for Batch-mode optimization Few bug fixes and linting
- Jupyter Notebook
Published by sqbl almost 5 years ago
processoptimizer - HyberCool defaults
- A number of bugfixes
- addition of new plots
- restructure arguments for batch optimization
- LHS defaults to True
- and
- LOADS of linting
- Jupyter Notebook
Published by sqbl almost 5 years ago
processoptimizer - Back to Normal
In this release we are again having normalize_y == True as standard behavior, this is in way with recent SKLEARN updates.
- Jupyter Notebook
Published by sqbl about 5 years ago