fix find_min_global finding wrong answers (#2284)
* fix find_min_global finding wrong answers
Previously, find_min_global would produce wrong output when passed
a collection of initial evaluations because the solver expected the
y-values to be multiplied by -1. This fix does that when minimizing.
closes #2283
* fixed tabbing
Co-authored-by:
Davis King <davis@dlib.net>
Showing
Please register or sign in to comment