How to increase the number of peaks in following formulation i.e. x(1),...x(14)

1 view (last 30 days)
options = gaoptimset('PopulationType','bitstring'); x = ga(@(x)peaks(x(1),x(2)),2,[],[],[],[],[],[],[],options)

Answers (0)

Community Treasure Hunt

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

Start Hunting!