dme65 / pySOT

Surrogate Optimization Toolbox for Python
Other
205 stars 53 forks source link

MIssing parentheses #43

Open BillyTheKidPhysicist opened 3 years ago

BillyTheKidPhysicist commented 3 years ago

In surrogate_strategy.py I believe there is supposed to be a parenthesis on line 163 otherwise it never catches the error of having less evaluation points than the minimum. Currently in the example problems I can put any value for max_evals when calling strategy and the error won't be thrown.