AUTHORS modification
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@152 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cde1586361
commit
4c21c72510
137 changed files with 2356 additions and 2369 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moeoArchive" 3 "22 Dec 2006" "Version 0.1" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.TH "moeoArchive" 3 "15 Jan 2007" "Version 0.1" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -24,11 +24,11 @@ Inherits \fBeoPop< EOT >< EOT >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBdominates\fP (const \fBEOFitness\fP &_fit) const "
|
||||
.RI "bool \fBdominates\fP (const \fBEOFitness\fP &_fit) const"
|
||||
.br
|
||||
.RI "\fIReturns true if the current archive dominates _fit. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBcontains\fP (const \fBEOFitness\fP &_fit) const "
|
||||
.RI "bool \fBcontains\fP (const \fBEOFitness\fP &_fit) const"
|
||||
.br
|
||||
.RI "\fIReturns true if the current archive contains _fit. \fP"
|
||||
.ti -1c
|
||||
|
|
@ -61,6 +61,8 @@ Returns true if the current archive dominates _fit.
|
|||
|
||||
.PP
|
||||
Definition at line 39 of file moeoArchive.h.
|
||||
.PP
|
||||
Referenced by moeoArchive< EOT >::update().
|
||||
.SS "template<class EOT> bool \fBmoeoArchive\fP< EOT >::contains (const \fBEOFitness\fP & _fit) const\fC [inline]\fP"
|
||||
.PP
|
||||
Returns true if the current archive contains _fit.
|
||||
|
|
@ -85,6 +87,10 @@ Updates the archive with a given individual _eo.
|
|||
|
||||
.PP
|
||||
Definition at line 63 of file moeoArchive.h.
|
||||
.PP
|
||||
References moeoArchive< EOT >::dominates().
|
||||
.PP
|
||||
Referenced by moeoArchive< EOT >::update().
|
||||
.SS "template<class EOT> void \fBmoeoArchive\fP< EOT >::update (const \fBeoPop\fP< EOT > & _pop)\fC [inline]\fP"
|
||||
.PP
|
||||
Updates the archive with a given population _pop.
|
||||
|
|
@ -97,6 +103,8 @@ Updates the archive with a given population _pop.
|
|||
|
||||
.PP
|
||||
Definition at line 98 of file moeoArchive.h.
|
||||
.PP
|
||||
References moeoArchive< EOT >::update().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue