| TS-class {ShortForm} | R Documentation |
An S4 class for the Tabu Search Algorithm
Description
An S4 class for the Tabu Search Algorithm
Value
An S4 object of class 'TS'.
Slots
function_callThe original function call.
all_fitA summary 'vector' indicating the model fit results for each iteration.
best_fitThe best model fit result using the selected 'fitStatistic'. A numeric value or vector, possibly named.
best_modelA 'lavaan' 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.
final_tabu_listThe final list of Tabu models. Each element of the list is a 'lavaan' object.
[Package ShortForm version 0.5.5 Index]