Created by Scott Robert Ladd at Coyote Gulch Productions.
An listener implementation that ignores all events. More...
#include <function_optimizer.h>
Public Member Functions | |
virtual void | ping_generation_begin (size_t a_iteration) |
Ping that a generation begins. More... | |
virtual void | ping_generation_end (const vector< function_solution > &a_population, size_t a_iteration) |
Ping that a generation ends. More... | |
![]() | |
virtual void | ping_generation_begin (const std::vector< function_solution > &a_population, size_t a_iteration) |
Ping that a generation begins. More... | |
virtual void | ping_generation_end (const std::vector< function_solution > &a_population, size_t a_iteration) |
Ping that a generation ends. More... | |
virtual void | ping_fitness_test_begin (const function_solution &a_organism_number) |
Ping that a test run begins. More... | |
virtual void | ping_fitness_test_end (const function_solution &a_organism_number) |
Ping that a test run ends. More... | |
virtual void | report (const std::string &a_text) |
Report non-specific text. More... | |
virtual void | report_error (const std::string &a_text) |
Send error message. More... | |
virtual void | run_complete (const std::vector< function_solution > &a_population) |
Evocosm is finished. More... | |
This listener displays information about events to stdout (standard ouput).
|
virtual |
Ping that processing a generation begins.
a_iteration | One-based number of the generation begun |
|
virtual |
Ping that processing a generation has ended.
a_population | population for which processing has ended |
a_iteration | One-based number of the generation ended |
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.