create Random Restart ISCSolver
Creates and configures an Industrial Strength COMPASS (ISC) solver that uses a random restart approach, mirroring the other algorithms' random-restart factories.
Return
An instance of RandomRestartSolver wrapping an ISCSolver.
Parameters
The definition of the optimization problem, including constraints and objectives.
The model builder interface used to create models for evaluation.
The maximum number of restarts to be performed.
The indifference-zone parameter δ_C. Defaults to the problem's indifference-zone parameter.
The COMPASS local-optimality indifference zone δ_L. Defaults to deltaC.
When true, each restart runs a single COMPASS search (unimodal shortcut). Defaults to false.
An optional replication budget added as a soft transition rule to the global phase.
Optional initial coordinates fed to the first restart's ISC search (its first solution and first COMPASS seed); later restarts begin at random feasible points. If left null, every restart auto-generates a random feasible starting point.
The maximum number of orchestration macro-steps per restart. Defaults to 1000.
The number of replications to use during each evaluation.
Specifies if the evaluator uses a solution cache. By default, this is MemorySolutionCache.
Specifies if the simulation oracle will use a SimulationRunCache. The default is null (no cache).
the run parameters to apply to the model during the building process
the random number stream number for the outer random-restart driver; 0 (the default) means the next available stream
the provider of random number streams shared by the inner ISC solver and the outer driver; defaults to a fresh RNStreamProvider