idea for crossover in genetic algorithm?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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 ??
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!