git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@683 331e1502-861f-0410-8da2-ba01fb791d7f
53 lines
1.3 KiB
Groff
53 lines
1.3 KiB
Groff
.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.
|