git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
57 lines
1.3 KiB
Groff
57 lines
1.3 KiB
Groff
.TH "VirusShiftMutation" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
VirusShiftMutation \- Works for 1-bit virus; shifts the one to the right or left.
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <VirusOp.h>\fP
|
|
.PP
|
|
Inherits \fBeoMonOp< eoVirus< FitT > >\fP.
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBVirusShiftMutation\fP ()"
|
|
.br
|
|
.RI "\fICtor. \fP"
|
|
.ti -1c
|
|
.RI "virtual std::string \fBclassName\fP () const "
|
|
.br
|
|
.RI "\fIThe class name. \fP"
|
|
.ti -1c
|
|
.RI "bool \fBoperator()\fP (eoVirus< \fBFitT\fP > &_chrom)"
|
|
.br
|
|
.RI "\fIChange one bit. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SS "template<class FitT> class VirusShiftMutation< FitT >"
|
|
Works for 1-bit virus; shifts the one to the right or left.
|
|
.PP
|
|
Definition at line 86 of file VirusOp.h.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "template<class FitT> bool \fBVirusShiftMutation\fP< \fBFitT\fP >::operator() (eoVirus< \fBFitT\fP > & _chrom)\fC [inline, virtual]\fP"
|
|
.PP
|
|
Change one bit.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIchrom\fP The cromosome which one bit is going to be changed.
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Implements \fBeoUF< eoVirus< FitT > &, bool >\fP.
|
|
.PP
|
|
Definition at line 99 of file VirusOp.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for EO from the source code.
|