sensitivities_wrapper
- compas_tno.problems.sensitivities_wrapper(variables, M)[source]
Jacobian matrix computed analytically based on the constraints and variables assigned.
- Parameters
variables (array (k x 1)) – Variables to pass to the function.
M (
Problem
) – The class with necessary matrices, or arguments, to compute the objective function
- Returns
[type] – [description]
Notes
Observe the order in which variables are added.