idea for crossover in genetic algorithm?

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 ??

回答(0 个)

此问题已关闭。

关闭:

2021-8-20

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by