doRandomSearch: Run a random search.

Description Usage Arguments Value

Description

Randomly sample a given number of points from the provided par.set, drop invalid params (for example due to hierarchical params) and evaluate the function on the randomly sampled points.

Usage

1
doRandomSearch(fn, par.set, control, ...)

Arguments

fn

[smoof_single_objective_function]
Objective function.

par.set

[ParamSet]
Param set.

control

[FocusSearchControl]
Control object.

...

[any]
Passed to fn.

Value

[list].

x [list]

s

y [numeric]

s


berndbischl/focussearch documentation built on May 12, 2019, 4:28 p.m.