필터 지우기
필터 지우기

Objective function vs fitness function.

조회 수: 15 (최근 30일)
Ba Ba Black Sheep!
Ba Ba Black Sheep! 2017년 1월 7일
답변: Shanuka Jayasinghe 2020년 4월 2일
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?

채택된 답변

Star Strider
Star Strider 2017년 1월 7일
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
John D'Errico
John D'Errico 2017년 1월 7일
A rose by any other name would smell as sweet.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Shanuka Jayasinghe
Shanuka Jayasinghe 2020년 4월 2일
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.

카테고리

Help CenterFile Exchange에서 Surrogate Optimization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by