An S4 class for the Ant Colony Optimization Algorithm
An S4 object of class `ACO`.
function_callThe original function call.
summaryA summary `data.frame` indicating the algorithm results for each iteration.
final_solutionA `matrix` with the final solution information, including fit indices, selected items, and pheromone level.
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.