Learn R Programming

SPOT (version 2.4.2)

resTuneRegionModel: Tuned Region Model Data

Description

A data set resulting from a `spot` tuning run.

Usage

resTuneRegionModel

Arguments

Format

A list of 7 entries:

regionName

e.g., "Afghanistan/": List of 7

xbest
Parameters of the best found solution (matrix).
ybest
Objective function value of the best found solution (matrix).
x
Archive of all evaluation parameters (matrix).
y
Archive of the respective objective function values (matrix).
count
Number of performed objective function evaluations.
msg
Message specifying the reason of termination.
modelFit
The fit of the last build model, i.e., an object returned by the last call to the function specified by control$model.

Details

Result of a SPOT::tuneRegionModel run. The data (list of 1) was generated as follows: data <- preprocessInputData(regionTrain, regionPopulation); resTuneRegionModel <- lapply(data[1], tuneRegionModel, pops=NULL, control=list(funEvals=6, designControl=list(size=5), model = buildLM)). To accelerate testing, this list is used internally.

See Also

regionTrain regionTest regionPopulation