How to increase the number of peaks in following formulation i.e. x(1),...x(14)
3 views (last 30 days)
Show older comments
options = gaoptimset('PopulationType','bitstring'); x = ga(@(x)peaks(x(1),x(2)),2,[],[],[],[],[],[],[],options)
0 Comments
Answers (0)
See Also
Categories
Find more on Genetic Algorithm 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!