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개)

이 질문은 마감되었습니다.

질문:

2016년 4월 21일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by