numericalalgorithmsgroup / pybobyqa

Python-based Derivative-Free Optimization with Bound Constraints
https://numericalalgorithmsgroup.github.io/pybobyqa/
GNU General Public License v3.0
79 stars 18 forks source link

Warning x0 outside bounds #24

Open lindonroberts opened 2 years ago

lindonroberts commented 2 years ago

Do not generate this warning when x0 is exactly at the bounds (curently generated if any of x0 <= lower or x0 >= upper is true, but this is misleading if x0=lower or x0=upper)

newbie-lad commented 1 year ago

lame