useRandomlyBestStartingPoint

fun useRandomlyBestStartingPoint(maxRandomStartingPoints: Int = defaultMaxRandomStartingPoints, replicationsPerRandomStartingPoint: Int = defaultReplicationsPerRandomStartingPoint)(source)

Sets the starting point generator to use a randomly generated input-feasible point that is associated with the best solution found from a sampling of randomly generated points within the feasible region of the problem definition. This approach causes the simulation oracles to be run multiple times during the search.

Parameters

maxRandomStartingPoints

The maximum number of random starting points to use.

replicationsPerRandomStartingPoint

The number of replications to perform for each random starting point.