Currently, optimization happens at fixed intervals of max_iters, up to a total of max_total_iterations iterations.
However, it's unintuitive that WESTPA's max_iters is actually the interval, and the optimization restarts it until the number of iterations in the plugin config...
A better system would be for WESTPA's max_iters to be the true number of maximum iterations, and the optimization provides specific iterations (or intervals) to restart at.
Currently, optimization happens at fixed intervals of
max_iters, up to a total ofmax_total_iterationsiterations.However, it's unintuitive that WESTPA's
max_itersis actually the interval, and the optimization restarts it until the number of iterations in the plugin config...A better system would be for WESTPA's
max_itersto be the true number of maximum iterations, and the optimization provides specific iterations (or intervals) to restart at.