Created by Scott Robert Ladd at Coyote Gulch Productions.
A linear normalization scaler. More...
#include <scaler.h>
Public Member Functions | |
| linear_norm_scaler (double a_fitness_multiple=2.0) | |
| Constructor. | |
| virtual void | scale_fitness (vector< OrganismType > &a_population) |
| Scaling function. | |
Public Member Functions inherited from libevocosm::scaler< OrganismType > | |
| virtual | ~scaler () |
| Virtual destructor. | |
A simple scaler implementing a configurable linear normalization scaler, as per Goldberg 1979.
| OrganismType | - The type of organism |
|
inline |
Creates a new scaler for linear normalization.
|
inlinevirtual |
Performs linear normalization on the fitness of the target population.
| a_population | - A population of organisms |
Implements libevocosm::scaler< OrganismType >.
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.