shared params
the data to fit as a data frame. The output variables must be grouped AFTER the input variables
the fuzzy coco fit engine to use, one of rcpp and hybrid
the fuzzy coco model as a formula
a fuzzy system description as a named list
The maximum number of iterations of the algorithm. Each iteration produces a new generation of the rules and membership functions populations.
a stop condition: the iterations stop as soon as a generated fuzzy system fitness reaches that threshold.
the type of model, either classification or regression
a Fuzzy Coco model as a fuzzy_coco object
fuzzy coco parameters, as a recursive named list, cf params()
whether to display the computation progress (using progressr, if available)
the RNG seed to use (to fit the model)
function that takes an engine and returns TRUE if and only if the evolution must stop.
It is a way for the user to customize the stop conditions of the algorithm.
whether to be verbose
the input variables data (usually to fit) as a dataframe
the output variables data (usually to fit) as a dataframe