CADETProcess.optimization.OptimizationProblem.get_chebyshev_center

CADETProcess.optimization.OptimizationProblem.get_chebyshev_center#

OptimizationProblem.get_chebyshev_center(include_dependent_variables=True)[source]#

Compute chebychev center.

The Chebyshev center is the center of the largest Euclidean ball that is fully contained within the polytope of the parameter space.

Parameters:
include_dependent_variablesbool, optional

If True, include dependent variables in population.

Returns:
chebyshevlist

Chebyshev center.