Objective Evaluation Result Class DocumentationΒΆ
- class mypyopt.objective_evaluation.ObjectiveEvaluation(state: int, value: Any, message: str = '')
Bases:
objectThis class defines the return type from an evaluation of the objective function.
The objective function is generally intended to be minimized by the optimizer search() function, so it is often a sum of squares error between some known quantity and the current outputs