Evocosm - A C++ Framework for Evolutionary Computing
Created by Scott Robert Ladd at
Coyote Gulch Productions.
libevocosm::windowed_scaler< OrganismType > Class Template Reference
A windowed fitness scaler.
More...
#include <scaler.h>
Inheritance diagram for libevocosm::windowed_scaler< OrganismType >:
List of all members.Public Member Functions
Detailed Description
template<class OrganismType>
class libevocosm::windowed_scaler< OrganismType >
Implements windowed fitness scaling, whereby all fitness values are modified by subtracting the minimum fitness in the population. - Parameters:
-
| OrganismType | - The type of organism |
Constructor & Destructor Documentation
|
Creates a new windowed scaler with a given set of parameters. |
Member Function Documentation
template<class OrganismType> |
virtual void libevocosm::windowed_scaler< OrganismType >::scale_fitness |
( |
vector< OrganismType > & |
a_population |
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file:
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.