Tutorial 'Optimisation Studies'

Is there any way of controlling the convergence criteria for optimisations? Within the tutorial the optimisation was supposed to stop after 6 steps. I have run the same 2D-bike example, it has completed 22 steps and it is still running. This has taken a considerable amount of time and it seems it converged some time ago (see jpg). Especially when designing an optimisation study it would be good to be able to stop earlier.

Hi,

In the AnyOptStudy the convergence tolerance can be set using the menber Optimization.ConvergenceObjectiveTol. The default value is 1e-5.

Best regards, Sylvain.