14 # include "GANN/gann_engine.h" 
   15 # include "ANN/ann_generator.h" 
   16 # include "Graphics/environment.h" 
   17 # include "Simulator/simulator_config.h" 
   68     std::list<Graphics::IObject *>& getObjects(
void) 
throw();
 
   93     void    InitEnvironment(
SConfig const& config);
 
  100     void    Init(
SConfig const& config, 
const char *file);
 
  106     void    Run(
const char *output_file);
 
  112     static void Evaluate(std::list<GA::IDNA *>& brains);
 
Manage the configuration of the simulator. 
Definition: simulator_config.h:26
Define the engine that will manage the population of GANN and the evolution. 
Definition: gann_engine.h:24
Define the generator of a neural network. 
Definition: ann_generator.h:27
Contains objects that manage the simulation. 
Define the configuration of the GAEngine. 
Definition: ga_config.h:24
Define the physics engine used by the environment. 
Definition: physics.h:28
Definition: environment.h:31