Learn R Programming

CEGO (version 2.4.3)

optimizeModel: Optimize Surrogate Model

Description

Interface to the optimization of the surrogate model

Usage

optimizeModel(res, creationFunction, model, control)

Value

result list of the optimizer

Arguments

res

result state of the optimization process

creationFunction

Function to create individuals/solutions in search space.

model

result of the buildModel function

control

list of settings, from optimCEGO

See Also

optimCEGO