diff options
author | Mike Buland <mike@xagasoft.com> | 2012-07-09 08:39:37 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2012-07-09 08:39:37 -0600 |
commit | 40ee7ad5aeadeb9823e1cd6e1218a1999c608a65 (patch) | |
tree | 6e819d8406d818eaa63cb6f04e2a129b8561c213 /src/phenotype.cpp | |
download | libgenetic-40ee7ad5aeadeb9823e1cd6e1218a1999c608a65.tar.gz libgenetic-40ee7ad5aeadeb9823e1cd6e1218a1999c608a65.tar.bz2 libgenetic-40ee7ad5aeadeb9823e1cd6e1218a1999c608a65.tar.xz libgenetic-40ee7ad5aeadeb9823e1cd6e1218a1999c608a65.zip |
New libgenetic. Genetic algorithms, only good.
Diffstat (limited to 'src/phenotype.cpp')
-rw-r--r-- | src/phenotype.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/phenotype.cpp b/src/phenotype.cpp new file mode 100644 index 0000000..1eca170 --- /dev/null +++ b/src/phenotype.cpp | |||
@@ -0,0 +1,10 @@ | |||
1 | #include "genetic/phenotype.h" | ||
2 | |||
3 | Genetic::Phenotype::Phenotype() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Genetic::Phenotype::~Phenotype() | ||
8 | { | ||
9 | } | ||
10 | |||