How to set or choose a fitness function/objective function?
7 views (last 30 days)
Show older comments
I am using cuckoo search for a search optimization problem.Now i want to choose or build a fitness function.How to make it in cuckoo search?
0 Comments
Answers (1)
Walter Roberson
on 30 Jun 2017
You do not. You provide a fitness function (objective function) that, given a particular vector of inputs, returns a measure of the fitness for that combination of parameters. Cuckoo Search uses the returned values but processes them a variety of different ways to figure out where might be most productive to search. The fitness function / objective function does not change at all: what changes is how the returned information is used to make decisions.
0 Comments
See Also
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!