GA and nonlinear constraints stopping criteria

1 view (last 30 days)
Hi, I'm having some trouble with ga. without nonlinear constraints, I seem to have direct control of the stopping criteria; I can set number of generations, stallgenlimit, tolFun, etc. However, when I use nonlinear constraints, it is not transparent how to control the number of iterations. For instance, ga will often quit after only 3 populations, telling me that my stopping criteria have been met. I understand that the way it handles inner and outer problems are different, but how might I FORCE ga to do, say, 10 outer generations?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!