Summarize genetic algorithm evolution
A function which returns fitness summary statistics at each iteration of GA search.
gaSummary(x, ...)
x |
a vector of fitness values for which summary statistics should be computed. |
... |
further arguments passed to or from other methods. |
This function computes summary statistics for a vector of fitness values at current iteration of GA search.
A vector with the following values: (max, mean, median, min)
Luca Scrucca
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.