Test a robot using a random genotype. More...
Public Member Functions | |
TestRandom () | |
Constructor. More... | |
virtual | ~TestRandom () |
Destructor. More... | |
int * | buildRandomDNA () |
Create a random genotype. More... | |
virtual void | configure (ConfigurationParameters ¶ms, QString prefix) |
Configures the object using a ConfigurationParameters object. More... | |
virtual void | runTest () |
Run the test setting random genotype. More... | |
virtual void | save (ConfigurationParameters ¶ms, QString prefix) |
Save the actual status of parameters into the ConfigurationParameters object passed. More... | |
Public Member Functions inherited from AbstractTest | |
AbstractTest () | |
Constructor. More... | |
virtual | ~AbstractTest () |
Destructor. More... | |
EvoRobotComponent * | component () |
Returns a pointer to the Component. More... | |
QString | iconFilename () |
the filename of the icon to show on the menu/toolbar More... | |
QString | menuText () |
the text to show on the menu/toolbar More... | |
virtual void | postConfigureInitialization () |
This function is called after all linked objects have been configured. More... | |
virtual void | setComponent (EvoRobotComponent *component) |
Sets the Component. More... | |
QString | tooltip () |
the tooltip text to show on the menu/toolbar More... | |
Public Member Functions inherited from ParameterSettable | |
void | addObserver (RuntimeParameterObserver *obs) |
T | getRuntimeParameter (QString paramName) |
virtual ParameterSettableUI * | getUIManager () |
void | removeObserver (RuntimeParameterObserver *obs) |
void | setRuntimeParameter (QString paramName, T newvalue) |
QString | typeName () const |
Static Public Member Functions | |
static void | describe (QString type) |
Describe Function. More... | |
Static Public Member Functions inherited from AbstractTest | |
static void | describe (QString type) |
Describe Function. More... | |
Static Public Member Functions inherited from ParameterSettable | |
static void | describe (QString type) |
static QString | fullParameterDescriptionPath (QString type, QString param) |
static QString | fullSubgroupDescriptionPath (QString type, QString sub) |
Additional Inherited Members | |
Public Types inherited from ParameterSettable | |
enum | Property |
Public Slots inherited from AbstractTest | |
Public Attributes inherited from ParameterSettable | |
AllowMultiple | |
Default | |
IsList | |
IsMandatory | |
Static Public Attributes inherited from ParameterSettable | |
static const double | Infinity |
static const int | MaxInteger |
static const int | MinInteger |
Protected Member Functions inherited from ParameterSettable | |
void | notifyChangesToParam (QString paramName) |
Static Protected Member Functions inherited from ParameterSettable | |
static Descriptor | addTypeDescription (QString type, QString shortHelp, QString longHelp=QString("")) |
static void | setGraphicalEditor (QString type) |
Protected Attributes inherited from AbstractTest | |
QString | m_iconFilename |
change in in subclasses for setting the icon will appear on the menu/toolbar More... | |
QString | m_menuText |
change in in subclasses for setting the text will appear on the menu/toolbar More... | |
QString | m_tooltip |
change in in subclasses for setting the tooltip will appear on the menu/toolbar More... | |
Detailed Description
Constructor & Destructor Documentation
TestRandom | ( | ) |
Constructor.
- Warning
- This class must work correctly even if the configure function is not called, because it could be create without a ConfigurationParameters object when the user doesn't explicitly add this in the configuration file
Definition at line 36 of file tests.cpp.
References AbstractTest::m_iconFilename, AbstractTest::m_menuText, and AbstractTest::m_tooltip.
|
virtual |
Member Function Documentation
int * buildRandomDNA | ( | ) |
Create a random genotype.
Definition at line 48 of file tests.cpp.
References AbstractTest::component(), Evonet::copyPheParameters(), Evonet::DEFAULT_VALUE, Evoga::getEvoRobotExperiment(), EvoRobotComponent::getGA(), EvoRobotExperiment::getGenomeLength(), and EvoRobotExperiment::getNeuralNetwork().
Referenced by TestRandom::runTest().
|
virtual |
Configures the object using a ConfigurationParameters object.
- Parameters
-
params the configuration parameters object with parameters to use prefix the prefix to use to access the object configuration parameters. This is guaranteed to end with the separator character when called by the factory, so you don't need to add one
Reimplemented from AbstractTest.
Definition at line 66 of file tests.cpp.
References AbstractTest::configure().
|
static |
Describe Function.
Definition at line 75 of file tests.cpp.
References ParameterSettable::addTypeDescription().
|
virtual |
Run the test setting random genotype.
Implements AbstractTest.
Definition at line 79 of file tests.cpp.
References TestRandom::buildRandomDNA(), AbstractTest::component(), EvoRobotExperiment::doAllTrialsForIndividual(), EvoRobotExperiment::endGeneration(), Evoga::getEvoRobotExperiment(), EvoRobotComponent::getGA(), Logger::info(), EvoRobotExperiment::initGeneration(), EvoRobotExperiment::setActivityPhase(), EvoRobotExperiment::setNetParameters(), and Evoga::setSeed().
|
virtual |
Save the actual status of parameters into the ConfigurationParameters object passed.
This is not implemented, a call to this function will cause an abort
- Parameters
-
params the configuration parameters object on which save actual parameters prefix the prefix to use to access the object configuration parameters.
Reimplemented from AbstractTest.
Definition at line 70 of file tests.cpp.
References AbstractTest::save(), and ConfigurationParameters::startObjectParameters().
The documentation for this class was generated from the following files: