regenerated doc because of licence section

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@657 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 08:55:53 +00:00
commit f5584011f5
359 changed files with 1769 additions and 1348 deletions

View file

@ -1,4 +1,4 @@
.TH "moeoNSGAII" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoNSGAII" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -72,6 +72,14 @@ Inherits \fBmoeoEA< MOEOT >< MOEOT >\fP.
.br
.RI "\fIelitist replacement \fP"
.ti -1c
.RI "\fBeoQuadCloneOp\fP< MOEOT > \fBdefaultQuadOp\fP"
.br
.RI "\fIa default crossover \fP"
.ti -1c
.RI "\fBeoMonCloneOp\fP< MOEOT > \fBdefaultMonOp\fP"
.br
.RI "\fIa default mutation \fP"
.ti -1c
.RI "\fBeoSGAGenOp\fP< MOEOT > \fBdefaultSGAGenOp\fP"
.br
.RI "\fIan object for genetic operators (used as default) \fP"
@ -92,7 +100,7 @@ NSGA-II (Non-dominated Sorting Genetic Algorithm II) as described in: Deb, K., S
Agrawal, A. Pratap, and T. Meyarivan : 'A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II'. In IEEE Transactions on Evolutionary Computation, Vol. 6, No 2, pp 182-197 (April 2002). This class builds the NSGA-II algorithm only by using the fine-grained components of the ParadisEO-MOEO framework.
.PP
Definition at line 37 of file moeoNSGAII.h.
Definition at line 40 of file moeoNSGAII.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoGenOp\fP< MOEOT > & _op)\fC [inline]\fP"
@ -110,7 +118,7 @@ Simple ctor with a \fBeoGenOp\fP.
.PP
.PP
Definition at line 47 of file moeoNSGAII.h.
Definition at line 50 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoTransform\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Simple ctor with a \fBeoTransform\fP.
@ -126,7 +134,7 @@ Simple ctor with a \fBeoTransform\fP.
.PP
.PP
Definition at line 59 of file moeoNSGAII.h.
Definition at line 63 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoQuadOp\fP< MOEOT > & _crossover, double _pCross, \fBeoMonOp\fP< MOEOT > & _mutation, double _pMut)\fC [inline]\fP"
.PP
Ctor with a crossover, a mutation and their corresponding rates.
@ -148,7 +156,7 @@ Ctor with a crossover, a mutation and their corresponding rates.
.PP
.PP
Definition at line 74 of file moeoNSGAII.h.
Definition at line 79 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (\fBeoContinue\fP< MOEOT > & _continuator, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoGenOp\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Ctor with a continuator (instead of _maxGen) and a \fBeoGenOp\fP.
@ -164,7 +172,7 @@ Ctor with a continuator (instead of _maxGen) and a \fBeoGenOp\fP.
.PP
.PP
Definition at line 87 of file moeoNSGAII.h.
Definition at line 92 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (\fBeoContinue\fP< MOEOT > & _continuator, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoTransform\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Ctor with a continuator (instead of _maxGen) and a \fBeoTransform\fP.
@ -180,7 +188,7 @@ Ctor with a continuator (instead of _maxGen) and a \fBeoTransform\fP.
.PP
.PP
Definition at line 99 of file moeoNSGAII.h.
Definition at line 105 of file moeoNSGAII.h.
.SH "Member Function Documentation"
.PP
.SS "template<class MOEOT> virtual void \fBmoeoNSGAII\fP< MOEOT >::operator() (\fBeoPop\fP< MOEOT > & _pop)\fC [inline, virtual]\fP"
@ -194,10 +202,10 @@ Apply a few generation of evolution to the population _pop until the stopping cr
.PP
.PP
Definition at line 109 of file moeoNSGAII.h.
Definition at line 116 of file moeoNSGAII.h.
.PP
References moeoNSGAII< MOEOT >::breed, moeoNSGAII< MOEOT >::continuator, moeoNSGAII< MOEOT >::diversityAssignment, moeoNSGAII< MOEOT >::fitnessAssignment, moeoNSGAII< MOEOT >::popEval, and moeoNSGAII< MOEOT >::replace.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.