how can i apply the genetic algorithm ?

how can i apply this fitness function on genetic algorithm
if M = [ 1 0 1 0 1
0 1 0 1 1
1 1 0 1 0
0 1 0 1 0 ]
how can i apply the genetic algorithm using this fitness
where Mij represent index of matrix M
and Aij represent index of the population of genetic algorithm

Answers (0)

This question is closed.

Asked:

on 17 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!