getSimOutput {Perc}R Documentation

get useful outputs from simulated annealing processes

Description

get useful outputs from simulated annealing processes

Usage

getSimOutput(simAnnealList, num)

Arguments

simAnnealList

the output from simAnnealing process

num

number of simulated annealing runs

Value

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


[Package Perc version 0.1.6 Index]