Created by Scott Robert Ladd at Coyote Gulch Productions.
#include <reporter.h>
Inheritance diagram for libevocosm::reporter< OrganismType, LandscapeType >:
OrganismType | - The type of organism |
|
Creates a new reporter object
|
|
A virtual destructor. By default, it does nothing; this is a placeholder that identifies this class as a potential base, ensuring that objects of a derived class will have their destructors called if they are destroyed through a base-class pointer. |
|
The report method can do almost anything. In most case, it will display the "best" chromosome, draw a progress graph, or notify the user that another generation has passed. The return value tells an evocosm whether to continue evolution (changes in the population) or not.
|
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.