SA-class | R Documentation |
An S4 class for the Simulated Annealing Algorithm
An S4 object of class 'SA'.
function_call
The original function call.
chains
The number of chains used.
chain_results
A 'matrix' (for multiple chains) or a 'list' (for a single chain) of the chain results.
all_fit
A summary 'vector' indicating the model fit results for each iteration.
best_fit
The best model fit result using the selected 'fitStatistic'.
best_model
A 'modelCheck' object of the final solution.
best_syntax
A 'character' vector of the final solution model syntax.
runtime
A '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.