calculatePopFitness: calculatePopFitness

Description Usage Arguments Value

View source: R/fitness.R

Description

Calculates the fitness of each solution in the population

Usage

1
calculatePopFitness(population, dataModel, fitnessFunction, functionSet)

Arguments

population

the list of solutions to be evaluated

dataModel

a list containing the the dataset used to evaluate each solution against and a formula for the model of the dataset

fitnessFunction

the fitness function to use

functionSet

the functionSet used with the population

Value

the population with fitness values nested inside


porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.