CADETProcess.optimization.OptimizationProblem.get_dependent_values#
- OptimizationProblem.get_dependent_values(X_independent: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]) ndarray[source]#
Determine values of dependent optimization variables.
- Parameters:
- X_independentarray_like
Value of the optimization variables in untransformed space.
- Returns:
- np.ndarray
Value of all optimization variables in untransformed space.
- Raises:
- CADETProcessError
If length of parameters does not match.