Created by Scott Robert Ladd at Coyote Gulch Productions.
A do-nothing scaler. More...
#include <scaler.h>
Public Member Functions | |
virtual void | scale_fitness (vector< OrganismType > &a_population) |
Do-nothing scaling function. | |
![]() | |
virtual | ~scaler () |
Virtual destructor. |
The null_scaler doesn't scale anything; it's just a placeholder used in evolutionary algorithms that do not use fitness scaling.
OrganismType | - The type of organism |
|
inlinevirtual |
Has no effect on 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.