필터 지우기
필터 지우기

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 CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by