TS-class: An S4 class for the Tabu Search Algorithm

TS-classR 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_call

The original function call.

all_fit

A summary 'vector' indicating the model fit results for each iteration.

best_fit

The best model fit result using the selected 'fitStatistic'. A numeric value or vector, possibly named.

best_model

A 'lavaan' 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.

final_tabu_list

The final list of Tabu models. Each element of the list is a 'lavaan' object.


ShortForm documentation built on March 31, 2023, 6:04 p.m.