Optimiser.set_display_options

Optimiser.set_display_options(plot=False, printout=True)[source]

Set the display options of the optimisation

Parameters
  • plot (bool, optional) – If plots with partial states should be evokes, by default False

  • printout (bool, optional) – If prints with iterations should appear in the screen, by default True

Returns

None – Optimiser is modified in place