Skip to content

v1.10.1

Latest

Choose a tag to compare

@SimonBlanke SimonBlanke released this 19 Feb 23:55
· 2 commits to main since this release

Fixed

  • optimum="minimum" parameter in search() had no effect on the actual optimization. The objective adapter received the raw function instead of the negated one, causing the optimizer to maximize regardless of the optimum setting. The negation was only applied to the progress bar display.

Full Changelog: v1.10.0...v1.10.1