| 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_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. 
[Package ShortForm version 0.5.5 Index]