# S3 method for summary.ga
print(x, digits = getOption("digits"), ...)
Value
The summary function returns an object of class summary.ga which can be printed by the corresponding print method. The function also returns invisibly a list with the information from the genetic algorithm search.
Arguments
object
an object of class ga-class.
x
an object of class summary.ga.
digits
number of significant digits.
...
further arguments passed to or from other methods.