idea for crossover in genetic algorithm?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
if i have this matrix
A = [0 1 0 1 0 0 1 0 0 1
0 0 0 0 0 0 1 1 1 1
1 1 1 0 1 1 1 1 1 1
1 0 0 1 0 0 1 0 0 1
1 1 0 1 0 1 0 0 1 1 ]
AND after some calculation i find the random matrix which is This matrix relative of A matrix in terms of the elements like this
R = [ 0 1 0 1 0 0 1 1 0 1
0 0 1 0 1 0 0 1 1 1
1 1 1 0 1 1 1 1 1 1
0 0 0 1 0 0 1 0 0 1
0 1 1 1 1 1 1 1 0 1
HOW can i apply the crossover which the result after the crossover can be more similar for Matrix A ??
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!