From 40ee7ad5aeadeb9823e1cd6e1218a1999c608a65 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jul 2012 08:39:37 -0600 Subject: New libgenetic. Genetic algorithms, only good. --- src/phenotype.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/phenotype.cpp (limited to 'src/phenotype.cpp') 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 @@ +#include "genetic/phenotype.h" + +Genetic::Phenotype::Phenotype() +{ +} + +Genetic::Phenotype::~Phenotype() +{ +} + -- cgit v1.2.3