LatinHyperCubeDesign

A space-filling Latin-hypercube initial design over the input ranges. This is the default. The points are range-feasible; deterministic-constraint feasibility is governed by the solver's request handling.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun generate(numPoints: Int, bo: BayesianOptimizationSolver): Set<InputMap>

Generates an initial design of (approximately) numPoints distinct input points.

Link copied to clipboard
open override fun toString(): String