Documentation of mopfonseca2


Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)


Function Synopsis

ObjVal = mopfonseca2(Chrom, option);

Help text

 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

Cross-Reference Information

This function is called by

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions 

This document is part of version 3.3 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-2000 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).