Evocosm - A C++ Framework for Evolutionary Computing

Main Index

Created by Scott Robert Ladd at Coyote Gulch Productions.


Public Member Functions
libevocosm::all_selector< OrganismType > Class Template Reference

A do-nothing selector. More...

#include <selector.h>

Inheritance diagram for libevocosm::all_selector< OrganismType >:
libevocosm::selector< OrganismType > libevocosm::globals

List of all members.

Public Member Functions


Detailed Description

template<class OrganismType>
class libevocosm::all_selector< OrganismType >

The all_selector returns a copy of the original population, all organisms survive. This is primarily used for development and testing, and is of little practical use.

Parameters:
OrganismType- The type of organism

Member Function Documentation

template<class OrganismType >
virtual vector<OrganismType> libevocosm::all_selector< OrganismType >::select_survivors ( vector< OrganismType > &  a_population) [inline, virtual]

Has no effect on the target population.

Parameters:
a_population- A population of organisms

Implements libevocosm::selector< OrganismType >.


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.