added good doc files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@683 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4f18d7d630
commit
04b12455d0
152 changed files with 14307 additions and 0 deletions
53
trunk/paradiseo-moeo/doc/man/man3/FlowShopOpMutationShift.3
Normal file
53
trunk/paradiseo-moeo/doc/man/man3/FlowShopOpMutationShift.3
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
.TH "FlowShopOpMutationShift" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
FlowShopOpMutationShift \- Shift mutation operator for flow-shop.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <FlowShopOpMutationShift.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoMonOp< FlowShop >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "std::string \fBclassName\fP () const "
|
||||
.br
|
||||
.RI "\fIthe class name (used to display statistics) \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (\fBFlowShop\fP &_flowshop)"
|
||||
.br
|
||||
.RI "\fImodifies the parent with a shift mutation \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Shift mutation operator for flow-shop.
|
||||
.PP
|
||||
Definition at line 22 of file FlowShopOpMutationShift.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "bool FlowShopOpMutationShift::operator() (\fBFlowShop\fP & _flowshop)\fC [virtual]\fP"
|
||||
.PP
|
||||
modifies the parent with a shift mutation
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_flowshop\fP the parent genotype (will be modified)
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< FlowShop &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 22 of file FlowShopOpMutationShift.cpp.
|
||||
.PP
|
||||
References eoRng::random(), and moeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >::value().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue