Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestFitnessStrategy Class Reference

Test fitness strategy. More...

#include <TestFitnessStrategy.h>

Inheritance diagram for TestFitnessStrategy:
Collaboration diagram for TestFitnessStrategy:

Public Member Functions

 TestFitnessStrategy ()
 default constructor More...
 
virtual ~TestFitnessStrategy ()
 default destructor More...
 
virtual double getFitness (const Individual *individual)
 calculate the test fitness value for a individual More...
 
- Public Member Functions inherited from IFitnessStrategy
 IFitnessStrategy ()
 default constructor do nothing More...
 
virtual ~IFitnessStrategy ()
 default destructor do nothing More...
 

Detailed Description

Test fitness strategy.

Constructor & Destructor Documentation

default constructor

~TestFitnessStrategy ( )
virtual

default destructor

Member Function Documentation

double getFitness ( const Individual individual)
virtual

calculate the test fitness value for a individual

Parameters
individual(const Individual*) the individual
Returns
(double) the result

Implements IFitnessStrategy.


The documentation for this class was generated from the following files: