Documentation of mobjdebconstr

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

Function Synopsis

ObjVal = mobjdebconstr(Chrom);

Help text

 MultiObjective Problem (constrained): DEB's constrained function

 This function implements DEB's multiobjective constrained function.
   F1= x1
   F2=(1+x2)/(x1)
   0.1 < x1 < 1 ; 0 < x2 < 5
   With the following constraint conditions:
   g1:  x2+9x1 >= 6
   g2: -x2+9x1 >= 1

 Deb, K. : A fast and elitest multi-objective genetic algorithm: NSGA-II.
 KanGAL Report 200001, p. 16 and 17, Table VI.

 MO properties: Ptrue connected and constrained, PFtrue convex

 Syntax:  ObjV = mobjdebconstr(Chrom)

 For Input and Output parameters see objfun1.
                
 See also:  mobjfonseca1, objfun1, mobjdtlz1

Cross-Reference Information

This function calls This function is called by
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).