Method | Description | |
---|---|---|
SimulatedAnnealingSearch ( HeuristicFunction hf ) : System | ||
SimulatedAnnealingSearch ( HeuristicFunction hf, |
||
getLastSearchState ( ) : Object | ||
getOutcome ( ) : SearchOutcome | ||
probabilityOfAcceptance ( double temperature, double deltaE ) : double | ||
search ( |
Method | Description | |
---|---|---|
getValue ( |
||
shouldAccept ( double temperature, double deltaE ) : bool |
public SimulatedAnnealingSearch ( HeuristicFunction hf ) : System | ||
hf | HeuristicFunction | |
return | System |
public SimulatedAnnealingSearch ( HeuristicFunction hf, |
||
hf | HeuristicFunction | |
scheduler | ||
return | System |
public probabilityOfAcceptance ( double temperature, double deltaE ) : double | ||
temperature | double | |
deltaE | double | |
return | double |
public search ( |
||
p | ||
return | List |