getSimOutput: get useful outputs from simulated annealing processes

Description Usage Arguments Value

View source: R/findAllRankOrder.R

Description

get useful outputs from simulated annealing processes

Usage

1
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


Perc documentation built on May 12, 2021, 1:08 a.m.