Fixed
optimum="minimum"parameter insearch()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 theoptimumsetting. The negation was only applied to the progress bar display.
Full Changelog: v1.10.0...v1.10.1