Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

neat.cc

Go to the documentation of this file.
00001 
00025 #include <annalee/neat.h>
00026 
00029 NEATEncoding::NEATEncoding (const GeneticID& name, const StringMap& params)
00030 {
00031 }
00032 
00033 NEATEncoding::NEATEncoding (const MillerEncoding& other) : ANNEncoding (other)
00034 {
00035 }
00036     
00037 Genstruct* NEATEncoding::replicate () const
00038 {
00039     return new NEATEncoding (*this);
00040 }
00041 
00042 void NEATEncoding::copy (const Genstruct& other)
00043 {
00044     ANNEncoding::copy (o);
00045 }
00046 
00047 void NEATEncoding::addPrivateGenes (Gentainer& g, const StringMap& params)
00048 {
00049 }
00050 
00051 void NEATEncoding::init ()
00052 {
00053 }
00054 
00055 bool NEATEncoding::execute (const GeneticMsg& msg) const
00056 {
00057 }
00058 
00059 

Generated on Thu Feb 10 20:21:26 2005 for Annalee by doxygen1.2.18