How to set or choose a fitness function/objective function?

7 views (last 30 days)
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?

Answers (1)

Walter Roberson
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.

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!