CADETProcess.optimization.OptimizationProblem.evaluate_callbacks

CADETProcess.optimization.OptimizationProblem.evaluate_callbacks#

OptimizationProblem.evaluate_callbacks(ind, current_iteration=0, force=False)[source]#

Evaluate callback functions at point x.

Parameters:
indIndividual

Individual to be evalauted.

current_iterationint, optional

Current iteration step. This value is used to determine whether the evaluation of callbacks should be skipped according to their evaluation frequency. The default is 0, indicating the callbacks will be evaluated regardless of the specified frequency.

forcebool

If True, do not use cached results. The default is False.

See also

evaluate_callbacks_population
_evaluate