dme65 / pySOT

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

Problem with too many failed function evaluations. #9

Closed ili3p closed 8 years ago

ili3p commented 8 years ago

The toolbox evaluates the same function evaluations over and over again, when they failed to execute, thus getting stuck in a infinite loop. See #6 and #8.

dme65 commented 8 years ago

It should be possible to specify a maximal number of failures after which the input is abandoned. This has to be added to POAP.

dbindel commented 8 years ago

This is a POAP thing, so I have transferred it over there, along with a note that we should update pySOT when I finish the feature. Closing the issue here for now.