diff options
author | Mike Buland <mike@xagasoft.com> | 2012-07-09 12:01:50 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2012-07-09 12:01:50 -0600 |
commit | 1f7c135934b6604c5409d4b6f34861105c0a64cb (patch) | |
tree | cc421e2e8620b72e202f0eddf2cd5f1478d3bc06 /src/phenotypebinary.h | |
parent | 40ee7ad5aeadeb9823e1cd6e1218a1999c608a65 (diff) | |
download | libgenetic-1f7c135934b6604c5409d4b6f34861105c0a64cb.tar.gz libgenetic-1f7c135934b6604c5409d4b6f34861105c0a64cb.tar.bz2 libgenetic-1f7c135934b6604c5409d4b6f34861105c0a64cb.tar.xz libgenetic-1f7c135934b6604c5409d4b6f34861105c0a64cb.zip |
It works well enough to solve polynomial maxima.
Diffstat (limited to 'src/phenotypebinary.h')
-rw-r--r-- | src/phenotypebinary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/phenotypebinary.h b/src/phenotypebinary.h index 72435ed..cbae392 100644 --- a/src/phenotypebinary.h +++ b/src/phenotypebinary.h | |||
@@ -19,6 +19,9 @@ namespace Genetic | |||
19 | int iCount, int iDest=-1 ); | 19 | int iCount, int iDest=-1 ); |
20 | virtual Bu::String toString(); | 20 | virtual Bu::String toString(); |
21 | 21 | ||
22 | void extractBits( uint32_t &rTarget, int iStart, int iBits ); | ||
23 | void extractBits( uint64_t &rTarget, int iStart, int iBits ); | ||
24 | |||
22 | private: | 25 | private: |
23 | int iSize; | 26 | int iSize; |
24 | int iWords; | 27 | int iWords; |