use Randomly Best Starting Point
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
max Random Starting Points
The maximum number of random starting points to use.
replications Per Random Starting Point
The number of replications to perform for each random starting point.