CADETProcess.optimization.OptimizationProblem.get_independent_values#
- OptimizationProblem.get_independent_values(X: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]) ndarray[source]#
Remove dependent values from x.
- Parameters:
- Xarray_like
Value of all optimization variables. Works for transformed and untransformed space.
- Returns:
- x_independentnp.ndarray
Values of all independent optimization variables.
- Raises:
- CADETProcessError
If length of parameters does not match.