parNames-methods {GA} | R Documentation |
ga-class
.A method for obtaining the names of parameters or decision variables
from an object of class ga-class
.
parNames(object, ...) ## S4 method for signature 'ga' parNames(object, ...)
object |
An object of class |
... |
Further arguments, currently not used. |
A list of character values providing the names of parameters or decision variables.
Luca Scrucca