Documentation of plotmop
Global Index (all files) (short | long)
| Local contents
| Local Index (files in subdir) (short | long)
Function Synopsis
Out = plotmop(ChromAll, ObjVAll, RankVAll, MopOpt, LegLabels)
Help text
PLOT properties of MultiObjective functions
This function takes the individuals in Chrom and separetes dominated
and non-dominated solutions according to RankV. If RankV is omitted, pareto
ranking is done.
Graphics visualize the dominated and non-dominated objective values, ObjV,
and variable values, Chrom. Depending on the dimension of the MO function
2-D or 3-D graphics are employed.
Syntax: Out = plotmop(Chrom, ObjV, RankV, MopOpt)
Input parameters:
Chrom - Matrix containing individuals to visualize
ObjV - Matrix containing objective values for individuals in
Chrom,.every row contains the objective values of
the corresponding individual in Chrom
RankV - Column vector containing rank values of individuals,
non-dominated individuals have the rank 0
MopOpt - (optional) Options for display
MopOpt(1): DescrOBJ_F - String containing the descriptive
name of objective function
Output parameters:
no output parameters
See also: ranking, mobjfonseca1, mobj*, moptest
Cross-Reference Information
This function calls |
This function is called by |
|
|
This document is part of
version 3.8 of the
GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab -
www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is
not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved,
(support@geatbx.com).