RandomlyBestStartingPoint

inner class RandomlyBestStartingPoint(maxRandomStartingPoints: Int = defaultMaxRandomStartingPoints, replicationsPerRandomStartingPoint: Int = defaultReplicationsPerRandomStartingPoint) : StartingPointIfc(source)

Represents a starting point generator that uses a randomly generated feasible point that is based on a sampling of randomly generated points within the feasible region of the problem definition.

Constructors

Link copied to clipboard
constructor(maxRandomStartingPoints: Int = defaultMaxRandomStartingPoints, replicationsPerRandomStartingPoint: Int = defaultReplicationsPerRandomStartingPoint)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun startingPoint(problemDefinition: ProblemDefinition): InputMap