How to increase the number of peaks in following formulation i.e. x(1),...x(14)
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
options = gaoptimset('PopulationType','bitstring'); x = ga(@(x)peaks(x(1),x(2)),2,[],[],[],[],[],[],[],options)
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!