Optimiser.create_lp_optimiser

classmethod Optimiser.create_lp_optimiser(solver='MATLAB', printout=False, plot=False, max_iter=500)

Create a loadpath optimisation optimiser to be sent with instructions to the Analysis.

Parameters
  • form (FormDiagram) – _description_

  • shape (Shape) – The shape cconstraining the problem

  • printout (bool, optional) – Whether or not prints appear in the creen, by default False

  • plot (bool, optional) – Whether or not plots showing intermediate states appear, by default False

  • max_iter (int, optional) – Maximum number of itetations, by default 500

Returns

Optimiser – The Optimiser object