Randomly Best Starting Point
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.