CADETProcess.optimization.OptimizationProblem.get_chebyshev_center

CADETProcess.optimization.OptimizationProblem.get_chebyshev_center#

OptimizationProblem.get_chebyshev_center(include_dependent_variables: bool | None = True) list[float][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_variablesOptional[bool], default=True

If True, include dependent variables in population.

Returns:
chebyshevlist[float]

Chebyshev center.