Optimizer: A subclass of Calibrator that uses an optimizer and an...

OptimizerR Documentation

A subclass of Calibrator that uses an optimizer and an initial guess. Calibrate the model to data

Description

A subclass of Calibrator that uses an optimizer and an initial guess. Calibrate the model to data

A subclass of Calibrator that uses an optimizer and an initial guess. Calibrate the model to data

Super class

REpiSim::Calibrator -> Optimizer

Methods

Public methods

Inherited methods

Method calibrate()

Usage
Optimizer$calibrate(initial.values, parms, guess, ...)
Arguments
initial.values

the initial values for the model. The parameters that need to be estimate should be NA, those that do not need to be estimated must contain a finite value.

parms

the parameter values of the model. The parameters that need to be estimate should be NA, those that do not need to be estimated must contain a finite value.

guess

the initial guess of the parameters to be fitted

...

extra arguments to be passed to calibrators


Method clone()

The objects of this class are cloneable with this method.

Usage
Optimizer$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


junlingm/REpiSim documentation built on June 15, 2025, 7:36 a.m.