buildrsdummy: Build random search dummy model

View source: R/buildRandomSearchDummy.R

buildrsdummyR Documentation

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.


SPOT documentation built on June 26, 2022, 1:06 a.m.