| SA-class {ShortForm} | R Documentation |
An S4 class for the Simulated Annealing Algorithm
Description
An S4 class for the Simulated Annealing Algorithm
Value
An S4 object of class 'SA'.
Slots
function_callThe original function call.
chainsThe number of chains used.
chain_resultsA 'matrix' (for multiple chains) or a 'list' (for a single chain) of the chain results.
all_fitA summary 'vector' indicating the model fit results for each iteration.
best_fitThe best model fit result using the selected 'fitStatistic'.
best_modelA 'modelCheck' object of the final solution.
best_syntaxA 'character' vector of the final solution model syntax.
runtimeA 'difftime' object of the total run time of the function.
[Package ShortForm version 0.5.5 Index]