parNames-methods function

Parameters or decision variables names from an object of class ga-class.

Parameters or decision variables names from an object of class ga-class.

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

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

Arguments

  • object: An object of class "ga", usually resulting from a call to function ga.
  • ...: Further arguments, currently not used.

Returns

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

Author(s)

Luca Scrucca

See Also

ga

  • Maintainer: Luca Scrucca
  • License: GPL (>= 2)
  • Last published: 2024-01-28