gaSummary function

Summarize genetic algorithm evolution

Summarize genetic algorithm evolution

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

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.

Returns

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

Author(s)

Luca Scrucca

See Also

ga

  • Maintainer: Luca Scrucca
  • License: GPL (>= 2)
  • Last published: 2024-01-28