Why does my optimization exceed the value I specified for the "MaxIter" property within the Optimization Toolbox?
    2 views (last 30 days)
  
       Show older comments
    
Why does my optimization exceed the value I specified for the "MaxIter" property within the Optimization Toolbox?
For example, I specified the "MaxIter" property of my options argument to be 100; however, my optimization performs 101 iterations.
Accepted Answer
  MathWorks Support Team
    
 on 27 Jun 2009
        The functions within the Optimization Toolbox and the Genetic Algorithms and Direct Search Toolbox terminate when the number of iterations "exceed" the value for the "MaxIter" property of the options argument. Therefore, the optimization functions will perform "MaxIter"+1 iterations, unless other exit criteria are met before this occurs.
0 Comments
More Answers (0)
See Also
Categories
				Find more on Genetic Algorithm in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!