eoOneMaxMutation< GenotypeT > Class Template Reference

-*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- More...

#include <eoOneMaxMutation.h>

Inheritance diagram for eoOneMaxMutation< GenotypeT >:

eoMonOp< GenotypeT > eoOp< GenotypeT > eoUF< GenotypeT &, bool > eoFunctorBase

List of all members.

Public Member Functions

 eoOneMaxMutation ()
 Ctor - no requirement.
string className () const
 The class name. Used to display statistics.
bool operator() (GenotypeT &_genotype)
 modifies the parent


Detailed Description

template<class GenotypeT>
class eoOneMaxMutation< GenotypeT >

-*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-

The above line is useful in Emacs-like editors Always write a comment in this format before class definition if you want the class to be documented by Doxygen THere is NO ASSUMPTION on the class GenoypeT. In particular, it does not need to derive from EO

Definition at line 25 of file eoOneMaxMutation.h.


Member Function Documentation

template<class GenotypeT>
bool eoOneMaxMutation< GenotypeT >::operator() ( GenotypeT &  _genotype  )  [inline, virtual]

modifies the parent

Parameters:
_genotype The parent genotype (will be modified)

Requirement if (_genotype has been modified) isModified = true; else isModified = false;

Implements eoUF< GenotypeT &, bool >.

Definition at line 47 of file eoOneMaxMutation.h.


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 23:19:48 2009 for EvolvingObjects by  doxygen 1.5.5