how can i generate this chromosome?
Mostrar comentarios más antiguos
how can i generate this chromosome? I tried to generate randomly this chromosome [2 2 3 1 2 3 1 1 3]. this chromosome represents that I have 3 jobs and each job has 3 tasks. I need this chromosome to use genetic algorithm.
Respuesta aceptada
Más respuestas (1)
sejo
el 9 de Sept. de 2014
hy, try this:
chrom=randi([1,3],1,9)
2 comentarios
ghazwan alsoufi
el 9 de Sept. de 2014
isuru senevirathne
el 24 de Mayo de 2018
chrom=randi([1,10],1,9)
you can not make to repeat each number in three times , becuse it is randomly generate
Categorías
Más información sobre Genetic Algorithm en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!