Objective function vs fitness function.
11 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
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 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Multiobjective Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!