#include <GLBreederStandard.h>
Public Member Functions | |
TParameters (double breeding_probability) | |
TParameters (const TParameters *source) | |
virtual GLBaseParameters * | copy () const |
Public Attributes | |
double | t_breeding_probability |
Breeding probability. |
Definition at line 75 of file GLBreederStandard.h.
GLBreederStandard::TParameters::TParameters | ( | double | breeding_probability | ) | [inline] |
Creates new exemplar of the GLBreederStandard::TParameters class.
breeding_probability | probability of applying the crossover operator to any considered pair. Must be >= 0 and <= 1. |
Definition at line 82 of file GLBreederStandard.h.
GLBreederStandard::TParameters::TParameters | ( | const TParameters * | source | ) | [inline] |
copying constructor
source | source of the data to copy; |
Definition at line 99 of file GLBreederStandard.h.
virtual GLBaseParameters* GLBreederStandard::TParameters::copy | ( | ) | const [inline, virtual] |
Creates the copy of the parameters.
Implements GLBaseParameters.
Definition at line 108 of file GLBreederStandard.h.