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

Answers (0)

This question is closed.

Asked:

on 21 Apr 2016

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!