next up previous
Next: Main Makefile Up: User and System Manual Previous: Summary


Example: Implementing Time-sensitive Simulated Annealing

Figure A.1: Heuristic Hierarchy
\begin{figure}\begin{center}
\psfig{figure=heuristic.eps, width=5in}\end{center}\end{figure}

The Simulated Annealing class, derived from an abstract class Basic Search class, implements three abstract virtual functions:

The function BasicSearch::get_remaining_time() returns how much time remains whenever it is called. We'll use a simple annealing schedule based on constant reduction of temperature.



Subsections

Vinhthuy Phan 2003-05-15