gradient_reduce_thk
- compas_tno.problems.gradient_reduce_thk(variables, M=None)
Sensitivity of the objective function to minimise the thickness.
- Parameters:
- variablesarray (k x 1)
Variables to pass to the function.
- M
Problem
The class with necessary matrices, or arguments, to compute the objective function
- Returns:
- gradarray (k x 1)
The gradient of the objective function in the point. Represents the sensitivity of each variable in the objective function value.