GeneticAlgoObserver Class Reference

An observer interface called during GeneticAlgo operations. More...

Inheritance diagram for GeneticAlgoObserver:

Public Member Functions

virtual ~GeneticAlgoObserver ()
 virtual destructor
virtual void onEndGeneration ()
 called at the end of each generation

Detailed Description

An observer interface called during GeneticAlgo operations.

Subclass it and implements the method accordlying on what you need to be notified

Definition at line 59 of file geneticalgo.h.

Constructor & Destructor Documentation

virtual ~GeneticAlgoObserver ( )
inlinevirtual

virtual destructor

Definition at line 62 of file geneticalgo.h.

Member Function Documentation

virtual void onEndGeneration ( )
inlinevirtual

called at the end of each generation

Reimplemented in GeneticAlgoUI.

Definition at line 64 of file geneticalgo.h.

Referenced by GeneticAlgo::notifyEndGeneration().


The documentation for this class was generated from the following file: