Package | Description |
---|---|
loggers |
A group of classes responsible for logging metrics or penalty evolutions over time during a single re-ranking process
|
wrappers |
A group of classes implement a complete re-ranking consisting of several inidividual re-rankings.
|
Modifier and Type | Method and Description |
---|---|
void |
ManualLogger.log(NetworkSA getter) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<NetworkSA> |
EnsembleSA.getThreadPool() |
Modifier and Type | Method and Description |
---|---|
boolean |
EnsembleSA.workerRequestingRestart(NetworkSA networkSA)
Method which a thread can use to signal it thinks temperature settings should change
|
void |
EnsembleSA.workerSignalingCrash(NetworkSA networkSA)
Method which a thread can use to signal it crashed.
|
void |
EnsembleSA.workerSignalingFinish(NetworkSA worker)
Method which a thread can use to signal it finished.
|
void |
EnsembleSA.workerSignalingRestart(NetworkSA networkSA)
Method which a thread can use to signal it crashed.
|
Modifier and Type | Method and Description |
---|---|
void |
EnsembleSA.setThreadPool(java.util.ArrayList<NetworkSA> threadPool) |