Managing experiments
![]() | ExperimentA ( ConfigurationA const & iConfiguration, StatisticsA & iStatistics, CoreFactoryA const & iCoreFactory, ProblemFactoryA const & iProblemFactory, ReproductionFactoryA const & iReproductionFactory, RandomA & iRandom ) Declaring a new Experiment |
![]() | Run () Declaring a new Experiment |
![]() | OutOfMemory () Handler for when the program runs out of memory. For now it only prints a message and exits. |
The experiment will runs the appropriate tests on different parameter settings for the problem and/or evolutionary algorithm. After running a test it saves the gathered information contained in then statistics class to a file.
virtual void Run()
This function should be implemented by the class inheriting from this one. It runs an experiment and collects statistical information. The experiment will consist of a problem and an evolutionary algorithm that tries to solve it. Here things as different parameter settings and multiple runs will be implemented.
static void OutOfMemory()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de