RandomFeasibleDesign

A random initial design of distinct input-feasible points (feasible with respect to input ranges, linear, and functional constraints).

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