Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gaSummary

Summarize genetic algorithm evolution


Description

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

Usage

gaSummary(x, ...)

Arguments

x

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

...

further arguments passed to or from other methods.

Details

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

Value

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

Author(s)

Luca Scrucca

See Also


GA

Genetic Algorithms

v3.2.1
GPL (>= 2)
Authors
Luca Scrucca [aut, cre] (<https://orcid.org/0000-0003-3826-0484>)
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.