GARS_PlotFitnessEvolution {GARS}R Documentation

Plot the maximum fitness scores for each generation

Description

This function plots the maximum fitness scores for each generation

Usage

GARS_PlotFitnessEvolution(fitness.scores)

Arguments

fitness.scores

A numeric vector where each element corresponds to the fitness score

Value

A plot which represent the evolution of the fitness score across the generations

Author(s)

Mattia Chiesa, Luca Piacentini

See Also

GARS_PlotFeaturesUsage

Examples

# use example data:
data(GARS_fit_list)
GARS_PlotFitnessEvolution(GARS_fit_list)


[Package GARS version 1.0.0 Index]