ACO-class: An S4 class for the Ant Colony Optimization Algorithm

ACO-classR Documentation

An S4 class for the Ant Colony Optimization Algorithm

Description

An S4 class for the Ant Colony Optimization Algorithm

Value

An S4 object of class 'ACO'.

Slots

function_call

The original function call.

summary

A summary 'data.frame' indicating the algorithm results for each iteration.

final_solution

A 'matrix' with the final solution information, including fit indices, selected items, and pheromone level.

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.


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