eoInt: implementation of simple integer-valued chromosome.
More...
#include <eoInt.h>
List of all members.
Public Member Functions |
| eoInt (unsigned size=0, int value=0) |
| (Default) Constructor.
|
virtual std::string | className () const |
| My class name.
|
Detailed Description
template<class FitT>
class eoInt< FitT >
eoInt: implementation of simple integer-valued chromosome.
based on eoVector class
- Examples:
- t-eoInitPermutation.cpp, t-eoInt.cpp, t-eoOrderXover.cpp, t-eoShiftMutation.cpp, t-eoSwapMutation.cpp, and t-eoTwoOptMutation.cpp.
Definition at line 39 of file eoInt.h.
Constructor & Destructor Documentation
template<class FitT >
eoInt< FitT >::eoInt |
( |
unsigned |
size = 0 , |
|
|
int |
value = 0 |
|
) |
| [inline] |
(Default) Constructor.
- Parameters:
-
size | Size of the std::vector |
value | fill the vector with this value |
Definition at line 48 of file eoInt.h.
The documentation for this class was generated from the following file: