FitScore {GARS}R Documentation

Accessors for the 'FitScore' slot of a GarsSelectedFeatures object.

Description

The FitScore slot contains the fitness values over the generations

Usage

FitScore(x)

## S4 method for signature 'GarsSelectedFeatures'
FitScore(x)

Arguments

x

a GarsSelectedFeatures object

Value

a vector containing the fitness scores

Author(s)

Mattia Chiesa, Luca Piacentini

Examples

data(GARS_res_GA)
ex_pop <- FitScore(GARS_res_GA)

[Package GARS version 1.2.0 Index]