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/population.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/population.cpp (limited to 'src/population.cpp') diff --git a/src/population.cpp b/src/population.cpp new file mode 100644 index 0000000..85b859e --- /dev/null +++ b/src/population.cpp @@ -0,0 +1,10 @@ +#include "genetic/population.h" + +Genetic::Population::Population() +{ +} + +Genetic::Population::~Population() +{ +} + -- cgit v1.2.3