Learn R Programming

windfarmGA (version 5.0.0)

ga_options: Get or set windfarmGA options

Description

Print every windfarmGA.* session option, or set some of them. Names may be given with or without the windfarmGA. prefix.

Usage

ga_options(...)

Value

A named list of windfarmGA.* options, invisibly.

Arguments

...

Named options to set, or a single named list. With no arguments, print the current values and return them invisibly. Setting is silent.

See Also

Examples

Run this code
ga_options()
ga_options(immigrants = 3, local_search_tries = 6)

Run the code above in your browser using DataLab