mutate.RdMutate an individual
mutate(
ind,
verbose = FALSE,
force_add = FALSE,
importances = numeric(0),
temperature = 1,
task = "classification",
tested_gene_outputs = NULL
)An evo_individual.
Logical. Whether to print mutation details.
Logical. If TRUE, forces adding a new gene.
A numeric vector of feature importances.
A numeric temperature value controlling selection weights.
The task type ("classification", "regression", or "multiclass")
Character vector of gene output names that have been evaluated in a previous generation and are safe for chaining. When NULL (default), all existing gene outputs are available. Pass character(0) to block all chaining (e.g. during initialization).