CADETProcess.optimization.OptimizationProblem.evaluate_objectives

CADETProcess.optimization.OptimizationProblem.evaluate_objectives#

OptimizationProblem.evaluate_objectives(x, force=False)[source]#

Evaluate objective functions at point x.

Parameters:
xarray_like

Value of the optimization variables in untransformed space.

forcebool

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

Returns:
fnp.ndarray

Values of the objective functions at point x.

See also

add_objective
evaluate_objectives_population
_call_evaluate_fun
_evaluate