#include <Tutorial/eoRealOp.h>
Inheritance diagram for eoDetUniformMutation< EOT >:

Public Member Functions | |
| eoDetUniformMutation (const double &_epsilon, const unsigned &_no=1) | |
| (Default) Constructor for homogeneous genotype it's there mostly for backward compatibility | |
| eoDetUniformMutation (eoRealVectorBounds &_bounds, const double &_epsilon, const unsigned &_no=1) | |
| Constructor with bounds. | |
| eoDetUniformMutation (eoRealVectorBounds &_bounds, const std::vector< double > &_epsilon, const unsigned &_no=1) | |
| Constructor with bounds and full std::vector of epsilon. | |
| virtual std::string | className () const |
| The class name. | |
| bool | operator() (EOT &_eo) |
| Do it! | |
Private Attributes | |
| bool | homogeneous |
| eoRealVectorBounds & | bounds |
| std::vector< double > | epsilon |
| unsigned | no |
Definition at line 144 of file eoRealOp.h.
|
||||||||||||||||
|
(Default) Constructor for homogeneous genotype it's there mostly for backward compatibility
Definition at line 154 of file eoRealOp.h. |
|
||||||||||||||||||||
|
Constructor with bounds.
Definition at line 164 of file eoRealOp.h. References eoRealBaseVectorBounds::isBounded(), and eoRealBaseVectorBounds::range(). |
|
||||||||||||||||||||
|
Constructor with bounds and full std::vector of epsilon.
Definition at line 181 of file eoRealOp.h. References eoRealBaseVectorBounds::isBounded(), and eoRealBaseVectorBounds::range(). |
|
||||||||||
|
Do it!
Implements eoUF< EOT &, bool >. Definition at line 199 of file eoRealOp.h. References eoRealBaseVectorBounds::isMaxBounded(), eoRealBaseVectorBounds::isMinBounded(), eoRealBaseVectorBounds::maximum(), eoRealBaseVectorBounds::minimum(), eoRng::random(), and eoRng::uniform(). |
1.3.9.1