New docs are included
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@882 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
83d5ff0cd9
commit
6f2c04931b
285 changed files with 27160 additions and 0 deletions
71
trunk/paradiseo-mo/doc/man/man3/moNoAspirCrit.3
Normal file
71
trunk/paradiseo-mo/doc/man/man3/moNoAspirCrit.3
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
.TH "moNoAspirCrit" 3 "15 Jan 2008" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
moNoAspirCrit \- One of the possible aspiration criterion (\fBmoAspirCrit\fP).
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <moNoAspirCrit.h>\fP
|
||||
.PP
|
||||
Inherits \fBmoAspirCrit< M >< M >\fP.
|
||||
.PP
|
||||
.SS "Private Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &_move, const typename M::EOType::Fitness &_fitness)"
|
||||
.br
|
||||
.RI "\fI\fBFunction\fP which describes the aspiration criterion behaviour. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
.RI "\fIProcedure which initialises all that needs a \fBmoNoAspirCrit\fP. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class M> class moNoAspirCrit< M >"
|
||||
One of the possible aspiration criterion (\fBmoAspirCrit\fP).
|
||||
|
||||
The simplest : never satisfied.
|
||||
.PP
|
||||
Definition at line 47 of file moNoAspirCrit.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoNoAspirCrit\fP< M >::operator() (const M & _move, const typename M::EOType::Fitness & _fitness)\fC [inline, private]\fP"
|
||||
.PP
|
||||
\fBFunction\fP which describes the aspiration criterion behaviour.
|
||||
.PP
|
||||
Does nothing.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_move\fP a move.
|
||||
.br
|
||||
\fI_fitness\fP a fitness.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
false.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 57 of file moNoAspirCrit.h.
|
||||
.SS "template<class M> void \fBmoNoAspirCrit\fP< M >::init ()\fC [inline, private, virtual]\fP"
|
||||
.PP
|
||||
Procedure which initialises all that needs a \fBmoNoAspirCrit\fP.
|
||||
.PP
|
||||
Nothing...
|
||||
.PP
|
||||
Implements \fBmoAspirCrit< M >\fP.
|
||||
.PP
|
||||
Definition at line 66 of file moNoAspirCrit.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue