Genetic Algorithm Toolbox Problem
Mostrar comentarios más antiguos
I could not create a "creation function" in the genetic algorithm toolbox. My population consists of only real values. Firstly, my creation function includes,
function chrom=initrp(Nind,FunctionName,Options);
But i get stuck on "options" part. I am trying to write variables for options part. but it always give error on this.
How can i solve this problem? Thanks
Respuesta aceptada
Más respuestas (1)
VENKATA SUPRIYA GOTTAM
el 2 de Mzo. de 2024
0 votos
Unrecognized function or variable 'initrp'.
Error in genet (line 36)
chrom=initrp(pop,range);
Categorías
Más información sobre Genetic Algorithm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!