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

7 visualizaciones (últimos 30 días)
azeema yaseen
azeema yaseen el 30 de Jun. de 2017
Respondida: Walter Roberson el 30 de Jun. de 2017
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Jun. de 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.

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by