Number of iterations

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:

  1. Change in function value less than a user specified minimum.
  2. User specified number of iterations.
  3. User specified minimum change in line search step length.

Is this more what you are looking for?

aptech

1,773

Your Answer

1 Answer

0

The control variable _cml_Switch allows switching between two algorithms depending on three measures of progress:

  1. Change in function value less than a user specified minimum.
  2. User specified number of iterations.
  3. User specified minimum change in line search step length.

Is this more what you are looking for?


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy