Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ControllerBase Class Reference
[Experimental]

#include <lemon/simann.h>

Inherited by AdvancedController, and SimpleController.

Inheritance diagram for ControllerBase:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void init ()
 Initializes the controller.
virtual void acceptEvent ()
 This is called when a neighbouring state gets accepted.
virtual void improveEvent ()
 This is called when the accepted neighbouring state's cost is less than the best found one's.
virtual void rejectEvent ()
 This is called when a neighbouring state gets rejected.
virtual bool next ()=0
 Decides whether to continue the annealing process or not.
virtual bool accept ()=0
 Decides whether to accept the current solution or not.

Public Attributes

SimAnnBasesimann
 Pointer to the simulated annealing base class.

The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:10 2005 for LEMON by  doxygen 1.4.4