FitScore {GARS} | R Documentation |
The FitScore slot contains the fitness values over the generations
FitScore(x) ## S4 method for signature 'GarsSelectedFeatures' FitScore(x)
x |
a |
a vector containing the fitness scores
Mattia Chiesa, Luca Piacentini
data(GARS_res_GA) ex_pop <- FitScore(GARS_res_GA)