Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)
ObjVal = mopfonseca2(Chrom, option);
MultiObjective Problem: FONSECA's function 1
This function implements FONSECA's multiobjective function 2.
(Fonseca & Fleming's 1995 GAIES article)
Syntax: ObjVal = mopfonseca2(Chrom, option)
Input parameters:
Chrom - Matrix containing the chromosomes of the current
population. Each row corresponds to one individual's
string representation.
if Chrom == [NaN xxx], then special values will be returned
xxx == 1 (or []) return boundaries
xxx == 2 return title
xxx == 3 return value of global minimum
if Chrom == [NaN xxx yyy], then yyy contains the number
of dimensions to use for this function
if omitted, a default value of 2 will be assumed
Output parameters:
ObjVal - (Column) Matrix containing the objective values of the
individuals in the given population Chrom.
if called with Chrom == [NaN xxx], then ObjVal contains
xxx == 1 (or []), matrix with the boundaries of the function
xxx == 2, text for the title of the graphic output
xxx == 3, value of global minimum
See also: objfun1, mopfonseca2
| This function is called by | |
|---|---|