Cross Entropy
@Serializable
@SerialName(value = "crossEntropy" )
Cross-Entropy. Mirrors ksl.simopt.solvers.algorithms.CrossEntropySolver.
elitePct and ceSampleSize use null to mean "let the solver pick its built-in default" so persisted documents do not bake in the current default values. Non-null values override the defaults when the factory builds the solver.
Properties
Link copied to clipboard
Link copied to clipboard
Maximum number of main-loop iterations the solver is permitted to run; must be positive when validated.
Link copied to clipboard
Optional random-restart wrapper. When non-null the solver factory wraps the chosen algorithm in a ksl.simopt.solvers.algorithms.RandomRestartSolver.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional starting point for the search, keyed by decision-variable name. When null, the solver chooses its own starting point.