Learn R Programming

funGp (version 0.2.1)

antsLog-class: S4 class for log of models explored by ant colony in funGp

Description

Register of model structures and their performance statistic, if available.

Arguments

Slots

sols

Object of class "data.frame". Compendium of model structures arranged by rows. Each column is linked to one structural parameter of the model such as the state of one variable (inactive, active) or the type of kernel function.

args

Object of class "list". Compendium of model structures represented by objects of class "'>modelCall"

fitness

Object of class "numeric". Performance statistic of each model, if available.