Learn R Programming

ParBayesianOptimization (version 0.2.0)

randParams: Generate Random Parameters

Description

Generates a set of rPoints parameter sets from latin hypercube sampling.

Usage

randParams(boundsDT, rPoints, FAIL = TRUE)

Arguments

boundsDT

original bounds list

rPoints

number of parameter sets to create.

FAIL

Should the function fail if it cannot find enough distinct parameter sets?

Value

a data.table of random parameters