How can I control the number of iterations in cml? I want to specify the rate of convergence conditioned on exceeding an arbitrary number of iterations, is there a command apart from '_cml_MaxIters' to control the number of iterations?
1 Answer
0
The control variable _cml_Switch allows switching between two algorithms depending on three measures of progress:
- Change in function value less than a user specified minimum.
- User specified number of iterations.
- User specified minimum change in line search step length.
Is this more what you are looking for?
Your Answer
1 Answer
0
The control variable _cml_Switch allows switching between two algorithms depending on three measures of progress:
- Change in function value less than a user specified minimum.
- User specified number of iterations.
- User specified minimum change in line search step length.
Is this more what you are looking for?