Learn R Programming

SPOT (version 2.11.10)

buildrsdummy: Build random search dummy model

Description

This function is used to emulate uniform random search with SPOT. It is a placeholder for the surrogate model and simply returns an empty list, with class "rsdummy".

Usage

buildrsdummy(x, y, control)

Arguments

x

x (independent variables), not used.

y

y (dependent variable), not used.

control

control, not used.