getSimOutput {Perc} | R Documentation |
get useful outputs from simulated annealing processes
getSimOutput(simAnnealList, num)
simAnnealList |
the output from simAnnealing process |
num |
number of simulated annealing runs |
a list of three elements
costs_all |
costs of all simulated annealing runs. |
bestRankOrder |
best rank order found in all simulated annealing processes |
allRankOrder |
a dataframe, all best rank orders found in each simulated annealing processes |