merge ParadisEO-MOEO v-1.0
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@400 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d46e17d10a
commit
8b7d5260fb
724 changed files with 63305 additions and 2757 deletions
65
trunk/paradiseo-moeo/doc/man/man3/moeoArchiveUpdater.3
Normal file
65
trunk/paradiseo-moeo/doc/man/man3/moeoArchiveUpdater.3
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
.TH "moeoArchiveUpdater" 3 "26 Jun 2007" "Version 1.0" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
moeoArchiveUpdater \- This class allows to update the archive at each generation with newly found non-dominated solutions.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <moeoArchiveUpdater.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUpdater\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoeoArchiveUpdater\fP (\fBmoeoArchive\fP< MOEOT > &_arch, const \fBeoPop\fP< MOEOT > &_pop)"
|
||||
.br
|
||||
.RI "\fICtor. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP ()"
|
||||
.br
|
||||
.RI "\fIUpdates the archive with newly found non-dominated solutions contained in the main population. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoeoArchive\fP< MOEOT > & \fBarch\fP"
|
||||
.br
|
||||
.RI "\fIthe archive of non-dominated solutions \fP"
|
||||
.ti -1c
|
||||
.RI "const \fBeoPop\fP< MOEOT > & \fBpop\fP"
|
||||
.br
|
||||
.RI "\fIthe main population \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class MOEOT> class moeoArchiveUpdater< MOEOT >"
|
||||
This class allows to update the archive at each generation with newly found non-dominated solutions.
|
||||
.PP
|
||||
Definition at line 24 of file moeoArchiveUpdater.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class MOEOT> \fBmoeoArchiveUpdater\fP< MOEOT >::\fBmoeoArchiveUpdater\fP (\fBmoeoArchive\fP< MOEOT > & _arch, const \fBeoPop\fP< MOEOT > & _pop)\fC [inline]\fP"
|
||||
.PP
|
||||
Ctor.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_arch\fP an archive of non-dominated solutions
|
||||
.br
|
||||
\fI_pop\fP the main population
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 33 of file moeoArchiveUpdater.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue