shrinkParSet: Shrink param set towards a point.

Description Usage Arguments Value

Description

Shrinks a paramset towards the best found point. Numeric values are shrinked to an interval around the best obtained value of half of the previous length in each iteration, while for discrete variables, a random, not best-performing level is dropped.

Usage

1
shrinkParSet(par.set, x.df, check.feasible = FALSE)

Arguments

par.set

[ParamSet]
Param set.

x.df

[('data.frame')]
'data.frame' containing the x values to shrink around.

check.feasible

['logical(1)']
Should feasibility of the parameters be checked? If feasibility is not checked, and invalid params are present, no shrinking will be done.

Value

[ParamSet]


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