Borrar filtros
Borrar filtros

Objective function vs fitness function.

15 visualizaciones (últimos 30 días)
Ba Ba Black Sheep!
Ba Ba Black Sheep! el 7 de En. de 2017
Respondida: Shanuka Jayasinghe el 2 de Abr. de 2020
What is the difference between an Objective Function and a Fitness Function?
Are Objective Functions only used in Linear Programming?
Are Fitness Functions only used in Genetic Algorithm?
Do we need to apply any operation on a mathematical function to discover Objective/Fitness Functions?
Can you give any concise but versatile example to explain the ideas?

Respuesta aceptada

Star Strider
Star Strider el 7 de En. de 2017
They are essentially the same. The names are different because they are defined in different contexts. The idea behind each is that they accept a vector of parameters, end either return a vector (or matrix) that can be compared to external data (objective function in a curve-fitting sense) or do the comparison themselves internally and return a value that indicates how well the parameters approximate the desired solution.
As the result, the syntax may differ slightly to be appropriate to the specific application, but the idea behind both objective functions and fitness functions is the same.
  1 comentario
John D'Errico
John D'Errico el 7 de En. de 2017
A rose by any other name would smell as sweet.

Iniciar sesión para comentar.

Más respuestas (1)

Shanuka Jayasinghe
Shanuka Jayasinghe el 2 de Abr. de 2020
According to this post, objective function is the function you're trying to optimize and the fitness is the algorithm's guide to doing so.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by