#include <GLSelectionistMixer.h>
Public Member Functions | |
TParameters (const double &proportion_old) | |
TParameters (const TParameters *source) | |
Copying constructor. | |
virtual TParameters * | copy () const |
Public Attributes | |
double | t_proportion_old |
proportion of old organisms to be kept in new generation. |
Definition at line 103 of file GLSelectionistMixer.h.
GLSelectionistMixer::TParameters::TParameters | ( | const double & | proportion_old | ) | [inline] |
Constructor, initialises parameters.
proportion_old | proportion of old organisims to be kept in new generation. Must be between 0 and 1 inclusive. |
Definition at line 109 of file GLSelectionistMixer.h.
virtual TParameters* GLSelectionistMixer::TParameters::copy | ( | ) | const [inline, virtual] |
Creates copy.
Implements GLBaseParameters.
Definition at line 117 of file GLSelectionistMixer.h.