Min num of iterations in iteration_update_callback
The new feature of stopping the solver whenever the problem is updated is already implemented. It can be enabled in the YAML file (param solver/update_immediately
). But this could be improved giving the option to set a minimum number of iterations that the solver will execute before stopping.
A new param solver/min_num_iterations
in the YAML will set this value (only if solver/update_immediately == true
)