optimiser {struct}R Documentation

optimiser class

Description

A special class of iterator for selecting optimal parameter values not intended to be called directly, this class should be inherited to provide functionality for method-specific classes.

Usage

optimiser(...)

Arguments

...

named slots and their values.

Value

an optimiser object

Examples

OPT = optimiser()

[Package struct version 1.0.0 Index]