|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AnnealingSchedule | A simple function that returns a "temperature" controlling the probability of making suboptimal moves. |
HillClimbingSearch<K extends AgentAction,S extends AgentState> | Basic local search technique; in each step, the current node is replaced by the best neighbor. |
SimulatedAnnealingSearch<K extends AgentAction,S extends AgentState> | A version of stochastic hill climbing where some 'downhill' or non-best moves are allowed. |
Local search algorithms.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |