Learn R Programming

ShortForm (version 0.5.6)

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

Description

An S4 class for the Tabu Search Algorithm

Arguments

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.