フィルターのクリア

Scalar Output for Fitness Function

1 回表示 (過去 30 日間)
Sam
Sam 2014 年 2 月 9 日
回答済み: Alan Weiss 2014 年 2 月 10 日
Why does Genetic Algorithm only process a Scalar Output for the Fitness Function evaluation? Why not a Vector of say 1x10 or 1x20 or something like that?
Most literature as well as the gatool itself say that they need an Scalar Output for the Fitness Function but is there a reason as to why this is so?

回答 (1 件)

Alan Weiss
Alan Weiss 2014 年 2 月 10 日
Generically, the genetic algorithm is an optimization method. Optimization is where you try to find the minimum of a scalar-valued function. It is not clear what it might mean to find the minimum of a vector-valued function, though there is a case to be made that multiobjective optimization is useful. See the documentation on this subject.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by