if i have fitness function how to generate the genetic algorithm ?
1 次查看(过去 30 天)
显示 更早的评论
how to make this code
[n,m]=size(A);
A1=randi([0 1],n,m);
S=(sum(sum(A ~= A1)))
to be a fitness function and then make the genetic algorithm to give the min value of this function
1 个评论
John D'Errico
2016-4-16
read the help for the genetic algorithm. First, you may need the proper toolbox. Or you need to write the code for a genetic algorithm. Or find one on the file exchange.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!