Documentation of demomop

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

Function Synopsis

[xnew, GeaOpt] = demomop(OptVariant, FunVariant)

Help text

 DEMO function for multiobjective optimization including many examples

 This function provides an example for using the GEATbx for 
 multiobjective optimization.
 Here is the entry point for multi-objective optimization. 
 All the relevant parameters for MO problems are defined here. 
 Additionally, nearly all of the MO example functions of the GEATbx
 can be executed by this demo function including constrained
 functions and function with goals.
 At the end of the optimization the PARETO front of the found 
 best solutions is visualized (using plotmop).
 
 Syntax:  demomop(OptVariant, FunVariant)

 Input parameter:
    OptVariant - Scalar indicating the used optimization method
                  1: globally oriented optimization with multiple subpops
                  2: globally oriented optimization with 1 subpop (panmictic)
                  3: locally oriented optimization
                  if omitted or NaN, 1 is assumed

    FunVariant - String indicating the used MO-function
                  if omitted or NaN, a menu will be shown with the 
                  possible options

 Output parameter:
    no output parameter

 See also: geaoptset, geamain2, mobj*

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