Created by Scott Robert Ladd at Coyote Gulch Productions.
A do-nothing migrator. More...
#include <migrator.h>
The null_migrator doesn't migrate anything; it's just a placeholder used in evolutionary algorithms that do not use migration.
OrganismType | - The type of organism |
virtual void libevocosm::null_migrator< OrganismType >::migrate | ( | vector< vector< OrganismType > > & | a_populations | ) | [inline, virtual] |
Has no effect on the target populations.
a_populations | - Set of organism populations between which members will "migrate" |
Implements libevocosm::migrator< OrganismType >.
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.