From 1f7c135934b6604c5409d4b6f34861105c0a64cb Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jul 2012 12:01:50 -0600 Subject: It works well enough to solve polynomial maxima. --- src/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..2563eb9 --- /dev/null +++ b/src/config.h @@ -0,0 +1,12 @@ +#ifndef GENETIC_CONFIG_H +#define GENETIC_CONFIG_H + +#include + +namespace Genetic +{ + typedef uint32_t Time; + typedef uint32_t PhenotypeId; +}; + +#endif -- cgit v1.2.3