#include <CaDesigner.h>

Definition at line 378 of file CaDesigner.h.
Public Member Functions | ||||
| FitnessWatch (CaDesigner *solver, std::ostream &streamTo) | ||||
| ||||
| virtual | ~FitnessWatch () | |||
| virtual void | notify () | |||
| Event notification, usually called by object implementing ISubject interface. | ||||
| void | reset () | |||
Private Attributes | ||||
| Private * | d | |||
| FitnessWatch | ( | CaDesigner * | solver, | |
| std::ostream & | streamTo | |||
| ) |
| solver | Observed solver. |
| streamTo | Standard output stream to write to. |
Definition at line 595 of file CaDesigner.cpp.
References CaDesigner::maxFitness().

| ~FitnessWatch | ( | ) | [virtual] |
Definition at line 602 of file CaDesigner.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 606 of file CaDesigner.cpp.
References C_LIGHT_BLUE, C_NO_COLOR, CaDesigner::getStatistics(), CaDesigner::maxFitness(), and writeStats().

| void reset | ( | ) |
Definition at line 627 of file CaDesigner.cpp.
Referenced by main().

Private* d [private] |
Definition at line 390 of file CaDesigner.h.
1.5.4