| SA-class | R Documentation |
An S4 class for the Simulated Annealing Algorithm
An S4 object of class 'SA'.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.