Optimiser.set_display_options

Optimiser.set_display_options(plot=False, printout=True)

Set the display options of the optimisation

Parameters:
plotbool, optional

If plots with partial states should be evokes, by default False

printoutbool, optional

If prints with iterations should appear in the screen, by default True

Returns:
None

Optimiser is modified in place