| cptgaControl | R Documentation |
cptga/cptgaislConvenience constructor for GA control parameters used by
changepointGA::cptga and changepointGA::cptgaisl. It merges
named overrides into engine-specific defaults
(.cptga.default or .cptgaisl.default), with light validation.
cptgaControl(
...,
.list = NULL,
.persist = FALSE,
.env = asNamespace("GAReg"),
.validate = TRUE,
engine = NULL
)
... |
Named overrides for control fields (e.g., |
.list |
Optional named list of overrides (merged with |
.persist |
Logical; if |
.env |
Environment where defaults live (defaults to |
.validate |
Logical; validate values/ranges (default |
engine |
Character; one of |
Unknown names are rejected. When both ... and .list are present,
they are combined, with later entries overwriting earlier ones.
A list of class "cptgaControl".
gareg_knots, .cptga.default, .cptgaisl.default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.