How to avoid excessive fluctuations of two nearby variables (say by maximum +-20) in 1 generation during optimization with GA
Show older comments
I am using GA Optimization solver to maximize the objfcn. I have 72 input variables (a row vector having 72 entries) as input. 1st 36 entries for upper rule curve and last 36 for lower rule curve.How to avoied/control excessive fluctuation i.e., max difference between any two consecutive entries of vector x can be (say max +- 40) in one generation e.g. for i=1:71, x(1,i+1)-x(1,i+2)=+-40 and x(1,i+1)-x(1,i)=+-40., however in overall generations/progressively it can exceed the limit
Thanks and waiting for favorable response
Accepted Answer
More Answers (0)
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!