A method for obtaining the names of parameters or decision variables from an object of class ga-class.

parNames(object, ...)
# S4 method for ga
parNames(object, ...)

Arguments

object

An object of class "ga", usually resulting from a call to function ga.

...

Further arguments, currently not used.

Value

A list of character values providing the names of parameters or decision variables.

Author

Luca Scrucca

See also