antsLog-class {funGp} | R Documentation |
S4 class for log of models explored by ant colony in funGp
Description
Register of model structures and their performance statistics, if available.
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.
Author(s)
José Betancourt, François Bachoc, Thierry Klein and Jérémy Rohmer
[Package funGp version 1.0.0 Index]