|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include <vector>

Go to the source code of this file.
Classes | |
| class | CBinary |
Functions | |
| CBinary | code (double x, double minrange, double maxrange, int precision) |
| void | cross (CBinary &B1, CBinary &B2, int p) |
| void | cross (CBinary &B1, CBinary &B2, std::vector< int > p) |
| void | cross2p (CBinary &B1, CBinary &B2, int p1, int p2) |
| CBinary code | ( | double | x, |
| double | minrange, | ||
| double | maxrange, | ||
| int | precision | ||
| ) |
Definition at line 86 of file Binary.cpp.
References CBinary::Digit, log, CBinary::nDigits, CBinary::precision, and x.
Referenced by cross(), cross2p(), and CIndividual::mutate().
Definition at line 142 of file Binary.cpp.
References CBinary::nDigits.
Referenced by CGA< T >::crossover().
Definition at line 162 of file Binary.cpp.
References CBinary::nDigits.
Definition at line 190 of file Binary.cpp.
References CBinary::nDigits.
Referenced by CGA< T >::crossover().