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
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
I could not find any argument in this package to introduce my own stop criteria in gp_minimize().
for example if difference between 2 successive evaluations of my objective function is less than 1e(-6) it is fine and no longer I need further evaluations.
I am looking forward to implement my Hyperparameter optimization in the way and also access the number of evaluations at which my stop criteria is in effect.
Is there any possibility to do so with this function(gp_minimize())?
The text was updated successfully, but these errors were encountered:
I could not find any argument in this package to introduce my own stop criteria in gp_minimize().
for example if difference between 2 successive evaluations of my objective function is less than 1e(-6) it is fine and no longer I need further evaluations.
I am looking forward to implement my Hyperparameter optimization in the way and also access the number of evaluations at which my stop criteria is in effect.
Is there any possibility to do so with this function(gp_minimize())?
The text was updated successfully, but these errors were encountered: