bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
110 stars 24 forks source link

Plans for F_TARGET in v4 #146

Closed osborn9 closed 11 months ago

osborn9 commented 1 year ago

Are there plans to have similar functionality in v4 as F_TARGET to terminate if the objective function drops below a value?

Thanks!

ctribes commented 12 months ago

It will be available in the next release next November.

Please note that, if you are using Nomad in library mode, user callbacks are available. These callbacks can be used to stop the algorithm on criterion that user implement. An example of user callback is given in $NOMAD_HOME/examples/advanced/library/Restart