Documentation of plotobjfun

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

Function Synopsis

[ObjVal] = plotobjfun(OBJ_F, chrom, gen, varargin)

Help text

 PLOTing of OBJective FUNction data during optimization

 This function plots some of the results during computation of an 
 objective function to visualize the search in the first 2 dimensions.

 Syntax:  [ObjVal, t, y] = plotobjfun(OBJ_F, chrom, gen, varargin)

 Input parameters:
    OBJ_F     - Vector containing the (name of the) objective function
    chrom     - Matrix/Vector containing the population/individual for 
                simulation
    gen       - Scalar containing the number of the current generation
    varargin  - additional parameters, see the respective objfun

 Output parameter:
    ObjVal    - Vector/Scalar containing the objective value of 
                individuals in chrom

 See also: demogeatbx, objfun1, objfun2, objfunx

Cross-Reference Information

This function calls
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

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).