CADETProcess.optimization.OptimizationProblem.evaluate_nonlinear_constraints_violation_population#
- OptimizationProblem.evaluate_nonlinear_constraints_violation_population(*args: Any, **kwargs: Any) None[source]#
Evaluate nonlinear constraint violation for each individual in a population.
This method is deprecated and will be removed in a future version. Use evaluate_nonlinear_constraints_violation instead, which now supports the evaluation of nd arrays.
- Parameters:
- *argstuple
Variable length argument list.
- **kwargsdict
Arbitrary keyword arguments.
Notes
This function issues a deprecation warning to indicate that it will be removed in future versions. Use evaluate_nonlinear_constraints_violation for similar functionality.