CADETProcess.optimization.OptimizationProblem.get_dependent_values#
- OptimizationProblem.get_dependent_values(X_independent: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]) 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.