Test a specific individual taken from evolutionary data. More...
![Inheritance graph](classfarsa_1_1TestIndividual__inherit__graph.png)
Public Member Functions | |
TestIndividual () | |
Constructor. | |
virtual | ~TestIndividual () |
Destructor. | |
virtual void | configure (ConfigurationParameters ¶ms, QString prefix) |
Configures the object using a ConfigurationParameters object. | |
virtual void | runTest () |
Run the test on the individual selected. | |
virtual void | save (ConfigurationParameters ¶ms, QString prefix) |
Save the actual status of parameters into the ConfigurationParameters object passed. | |
void | setIndividualToTest (int idIndividual) |
Set id of the individual to test. | |
void | setPopulationToTest (QString filename, bool deferLoading=true) |
Replace the current population loaded into GA with population loaded from file. | |
![]() | |
AbstractTest () | |
Constructor. | |
virtual | ~AbstractTest () |
Destructor. | |
EvoRobotComponent * | component () |
Returns a pointer to the Component. | |
QString | iconFilename () |
the filename of the icon to show on the menu/toolbar | |
QString | menuText () |
the text to show on the menu/toolbar | |
virtual void | postConfigureInitialization () |
This function is called after all linked objects have been configured. | |
virtual void | setComponent (EvoRobotComponent *component) |
Sets the Component. | |
QString | tooltip () |
the tooltip text to show on the menu/toolbar | |
![]() | |
void | addObserver (RuntimeParameterObserver *obs) |
T | getRuntimeParameter (QString paramName) |
virtual ParameterSettableUI * | getUIManager () |
ParameterSettable () | |
void | removeObserver (RuntimeParameterObserver *obs) |
void | setRuntimeParameter (QString paramName, T newvalue) |
QString | typeName () const |
![]() | |
void | addObserver (RuntimeParameterObserver *obs) |
T | getRuntimeParameter (QString paramName) |
void | removeObserver (RuntimeParameterObserver *obs) |
void | setRuntimeParameter (QString paramName, T newvalue) |
QString | typeName () const |
Static Public Member Functions | |
static void | describe (QString type) |
Describe Function. | |
![]() | |
static void | describe (QString type) |
Describe Function. | |
![]() | |
static void | describe (QString type) |
static QString | fullParameterDescriptionPath (QString type, QString param) |
static QString | fullSubgroupDescriptionPath (QString type, QString sub) |
![]() | |
static void | describe (QString type) |
static QString | fullParameterDescriptionPath (QString type, QString param) |
static QString | fullSubgroupDescriptionPath (QString type, QString sub) |
Additional Inherited Members | |
![]() | |
enum | Property |
![]() | |
![]() | |
AllowMultiple | |
Default | |
IsList | |
IsMandatory | |
![]() | |
static const double | Infinity |
static const int | MaxInteger |
static const int | MinInteger |
![]() | |
void | notifyChangesToParam (QString paramName) |
![]() | |
static Descriptor | addTypeDescription (QString type, QString shortHelp, QString longHelp=QString("")) |
static void | setGraphicalEditor (QString type) |
![]() | |
QString | m_iconFilename |
change in in subclasses for setting the icon will appear on the menu/toolbar | |
QString | m_menuText |
change in in subclasses for setting the text will appear on the menu/toolbar | |
QString | m_tooltip |
change in in subclasses for setting the tooltip will appear on the menu/toolbar | |
Detailed Description
Constructor & Destructor Documentation
TestIndividual | ( | ) |
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 97 of file tests.cpp.
References AbstractTest::m_iconFilename, AbstractTest::m_menuText, and AbstractTest::m_tooltip.
|
virtual |
Member Function Documentation
|
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 112 of file tests.cpp.
References AbstractTest::configure(), ConfigurationHelper::getInt(), ConfigurationHelper::getString(), and TestIndividual::setPopulationToTest().
|
static |
Describe Function.
Definition at line 130 of file tests.cpp.
References ParameterSettableWithConfigureFunction::addTypeDescription(), ParameterSettable::Descriptor::describeInt(), ParameterSettable::Descriptor::describeString(), ParameterSettable::IntDescriptor::help(), ParameterSettable::StringDescriptor::help(), ParameterSettable::IntDescriptor::limits(), and ParameterSettableWithConfigureFunction::MaxInteger.
|
virtual |
Run the test on the individual selected.
Implements AbstractTest.
Definition at line 136 of file tests.cpp.
References AbstractTest::component(), EvoRobotExperiment::doAllTrialsForIndividual(), EvoRobotExperiment::endGeneration(), Evoga::getEvoRobotExperiment(), EvoRobotComponent::getGA(), Logger::info(), EvoRobotExperiment::initGeneration(), Evoga::loadGenotypes(), EvoRobotExperiment::setActivityPhase(), and EvoRobotExperiment::setNetParameters().
|
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 121 of file tests.cpp.
References ConfigurationParameters::createParameter(), AbstractTest::save(), and ConfigurationParameters::startObjectParameters().
void setIndividualToTest | ( | int | idIndividual | ) |
void setPopulationToTest | ( | QString | filename, |
bool | deferLoading = true |
||
) |
Replace the current population loaded into GA with population loaded from file.
- Parameters
-
filename the file from which load the population deferLoading if true (default behaviour) the loading of the population will take when the runTest() will be called, if false the loading of the population will be done immediately
Definition at line 161 of file tests.cpp.
References AbstractTest::component(), EvoRobotComponent::getGA(), Logger::info(), and Evoga::loadGenotypes().
Referenced by TestIndividual::configure().
The documentation for this class was generated from the following files: