InitialDesignIfc

fun interface InitialDesignIfc(source)

Strategy for generating the initial design (the first batch of points evaluated before the surrogate-driven search begins).

Inheritors

Functions

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

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