GA (version 3.2.4)

gaSummary: Summarize genetic algorithm evolution

Description

A function which returns fitness summary statistics at each iteration of GA search.

Usage

gaSummary(x, ...)

Value

A vector with the following values: (max, mean, median, min)

Arguments

x

a vector of fitness values for which summary statistics should be computed.

...

further arguments passed to or from other methods.

Author

Luca Scrucca

Details

This function computes summary statistics for a vector of fitness values at current iteration of GA search.

See Also

ga