f_reduce_thk

compas_tno.problems.f_reduce_thk(variables, M)[source]

Objective function to reduce the thickness of the structure

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

f (float) – The value of the objective function.

Note

Please respect the order of the variables.