doc update
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@157 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
48fae831e4
commit
b0351ae298
301 changed files with 27492 additions and 0 deletions
65
trunk/paradiseo-moeo/docs/man/man3/moeoArchiveUpdater.3
Normal file
65
trunk/paradiseo-moeo/docs/man/man3/moeoArchiveUpdater.3
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
.TH "moeoArchiveUpdater" 3 "15 Jan 2007" "Version 0.1" "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< EOT > &_arch, const \fBeoPop\fP< EOT > &_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< EOT > & \fBarch\fP"
|
||||
.br
|
||||
.RI "\fIthe archive of non-dominated solutions \fP"
|
||||
.ti -1c
|
||||
.RI "const \fBeoPop\fP< EOT > & \fBpop\fP"
|
||||
.br
|
||||
.RI "\fIthe main population \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class EOT> class moeoArchiveUpdater< EOT >"
|
||||
This class allows to update the archive at each generation with newly found non-dominated solutions.
|
||||
.PP
|
||||
Definition at line 23 of file moeoArchiveUpdater.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> \fBmoeoArchiveUpdater\fP< EOT >::\fBmoeoArchiveUpdater\fP (\fBmoeoArchive\fP< EOT > & _arch, const \fBeoPop\fP< EOT > & _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 32 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