28 #include "abstracttest.h"
69 static void describe( QString type );
71 virtual void runTest();
73 int* buildRandomDNA();
113 static void describe( QString type );
115 virtual void runTest();
120 void setIndividualToTest(
int idIndividual );
127 void setPopulationToTest( QString filename,
bool deferLoading =
true );
132 QString populationFile;
134 bool populationLoaded;
175 static void describe( QString type );
177 virtual void runTest();
Test a robot using a random genotype.
An abstract class for tests of evolved individuals.
Tests the current individual, i.e.
Test a specific individual taken from evolutionary data.