apply_gene              Apply a single gene to a dataset
apply_individual        Apply an entire individual's recipe to data
as.matrix.evo_topology
                        Convert evo_topology to Adjacency Matrix
compute_calibrated_mae
                        Compute Calibrated MAE
compute_calibrated_rmse
                        Compute Calibrated RMSE
compute_complexity_penalty
                        Compute Complexity Penalty for an Individual
compute_ts_refinement   Temperature Scaled Refinement Metric
create_gene             Create a single gene
create_individual       Create an individual
create_transformer      Create a transformer definition
crossover               Crossover two individuals
ensemble_islands        Caruana Island Ensemble Selection
evaluate_fitness        Evaluate the fitness of an individual
evo_evaluators          Global environment for registered model
                        evaluators
evo_transformers        Built-in feature transformers
evolve_features         Run evolutionary feature engineering
gene_to_formula         Convert a gene to a formula string
gene_to_state_formula   Convert a gene to a formula string for state
                        caching (ignoring component index)
individual_to_recipe_string
                        Convert an individual to a recipe string of
                        formulas
initialize_population   Initialize a population
make_tunable            Create a Tunable Evaluator from a Registered
                        Base Model
migration_policy        Migration Policy Constructors and Generics for
                        Island Models
mutate                  Mutate an individual
plot.evo_recipe         Plot an evo_recipe object
predict.evo_ensemble    Apply engineered features from an ensemble of
                        recipes
predict.evo_recipe      Apply feature engineering recipe to new data
predict_model           Predict target values using the fully evolved
                        model or ensemble
print.evo_ensemble      Print an evo_ensemble object
print.evo_recipe        Print an evo_recipe object
print.summary_evo_ensemble
                        Print summary of an evo_ensemble object
print.summary_evo_recipe
                        Print summary of an evo_recipe object
register_evaluator      Register a model evaluator
register_transformer    Register a custom feature transformer
summary.evo_ensemble    Summary of an evo_ensemble object
summary.evo_recipe      Summary of an evo_recipe object
topology                Graph Topology Constructors and Generics for
                        Island Models
topology_custom         Custom Graph Topology Constructor
union_crossover         Union Crossover of two individuals
view                    View the evolution history of an evo_recipe
