ga_options: Get or set windfarmGA options

View source: R/ga_options.R

ga_optionsR Documentation

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(...)

Arguments

...

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

Value

A named list of ⁠windfarmGA.*⁠ options, invisibly.

See Also

options()

Examples

ga_options()
ga_options(immigrants = 3, local_search_tries = 6)


windfarmGA documentation built on Sept. 14, 2026, 9:08 a.m.