Learn R Programming

rmoo (version 0.1.8)

Summary: Summarize non-dominated genetic algorithm evolution

Description

A function which returns fitness summary and metric measure at each iteration of algorithms search..

Usage

Summary(object, ...)

Value

Returns a list with the individuals, objective values and performance metrics by generation.

Arguments

object

An object of class "nsga", "nsga2" and "nsga3", usually resulting from a call to function nsga, nsga2 and nsga3.

...

further arguments passed to or from other methods.

Author

Francisco Benitez

Details

This function records the individuals, objective values and performance metrics generated by iteration for later analysis..

References

Scrucca, L. (2017) On some extensions to 'GA' package: hybrid optimisation, parallelisation and islands evolution. The R Journal, 9/1, 187-206 doi: 10.32614/RJ-2017-008.

Bossek, J. (2017). ecr 2.0: A Modular Framework for Evolutionary Computation in R. In Proceedings of the Genetic and Evolutionary Computation Conference (GECCO '17) Companion, Berlin, Germany, 1187--1193.