You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I noticed a possible bug in your code for the DYCORS optimization method. Accordingly to the original paper,
Rommel G Regis and Christine A Shoemaker.
Combining radial basis function surrogates and dynamic coordinate search in high-dimensional expensive black-box optimization.
Engineering Optimization, 45(5): 529–555, 2013.
the surrogate model should be updated regardless if it finds or not a new best point. So, the code:
I am not sure if the current behavior is useful in practice. If you find it is, could you please guide me on how I should add this new option to the routine?
Hi! I noticed a possible bug in your code for the DYCORS optimization method. Accordingly to the original paper,
the surrogate model should be updated regardless if it finds or not a new best point. So, the code:
Surrogates.jl/src/Optimization.jl
Lines 1047 to 1051 in b66096e
should be updated to:
A similar fix applies to the multidimensional DYCORS optimization method.
The text was updated successfully, but these errors were encountered: