paradiseo/trunk/paradiseo-eo/doc/man/man3/eoDistribUpdater.3
legrand c3aec878e5 Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:49:08 +00:00

37 lines
1.1 KiB
Groff

.TH "eoDistribUpdater" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoDistribUpdater \- Base class for Distribution Evolution Algorithms within \fBEO\fP: the update rule of distribution.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoDistribUpdater.h>\fP
.PP
Inherits \fBeoBF< eoDistribution< EOT > &, eoPop< EOT > &, void >\fP.
.PP
Inherited by \fBeoPBILAdditive< EOT >\fP, and \fBeoPBILOrg< EOT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "virtual void \fBoperator()\fP (\fBeoDistribution\fP< \fBEOT\fP > &, \fBeoPop\fP< \fBEOT\fP > &)=0"
.br
.RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOT> class eoDistribUpdater< EOT >"
Base class for Distribution Evolution Algorithms within \fBEO\fP: the update rule of distribution.
It takes one distribution and updates it according to one population
.PP
Definition at line 43 of file eoDistribUpdater.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.