getFitness: getFitness

View source: R/helper-functions.R

getFitnessR Documentation

getFitness

Description

Given a set S of N solutions created with sortSolution, this function returns the solution component fot the best solution.

Usage

getFitness(S, i = NULL)

Arguments

S

The solution set

i

The fitness index, if null return the whole column.

Value

The selected fitness entry


evoper documentation built on Jan. 28, 2026, 5:06 p.m.

Related to getFitness in evoper...