edu.columbia.cs.coms4701.search.informed.local
Interface AnnealingSchedule


public interface AnnealingSchedule

A simple function that returns a "temperature" controlling the probability of making suboptimal moves.

Version:
0.1

User: aaron Date: Sep 12, 2006 Time: 12:12:07 AM

Author:
aaron@cs

Method Summary
 double temperatureForTime(int time)
          Returns a "temperature" controlling the probability of suboptimal steps
 

Method Detail

temperatureForTime

double temperatureForTime(int time)
Returns a "temperature" controlling the probability of suboptimal steps

Parameters:
time -
Returns:
temperature