how i can apply the genetic algorithm ?
1 view (last 30 days)
Show older comments
Firas Al-Kharabsheh
on 5 Apr 2016
Answered: Walter Roberson
on 5 Apr 2016
I'am working on nonogram puzzle to solve it with genetic algorithm
if i know the fitness function
how i can apply the genetic algorithm to solve it ??
0 Comments
Accepted Answer
Walter Roberson
on 5 Apr 2016
ga(@FitnessFunction, NumberOfVariables)
where FitnessFunction is the name of the fitness function that you indicate you already know.
0 Comments
More Answers (0)
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!