popfitness: Calculate the fitness value of each individual in a...

Description Usage Arguments Value

View source: R/population.r

Description

Calculate the fitness value of each individual in a population

Usage

1
popfitness(pop, fitnessfunc)

Arguments

pop

A population of functions.

fitnessfunc

The fitness function.

Value

A list of fitness function values in the same order as pop.


rgp documentation built on May 30, 2017, 12:45 a.m.