edu.columbia.cs.coms4701.search.informed.local.searchalgorithms
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 |
temperatureForTime
double temperatureForTime(int time)
- Returns a "temperature" controlling the probability of suboptimal steps
- Parameters:
time
-
- Returns:
- temperature