CESampler Spec
Cross-entropy sampler selection.
The CE algorithm parameterizes a sampling distribution and updates it each iteration based on the elite sample. This sealed type lets future sampler implementations be added without breaking existing SolverSpec.CrossEntropy documents. Currently only the multivariate normal sampler is exposed.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "normal" )
Multivariate-normal cross-entropy sampler; mirrors ksl.simopt.solvers.algorithms.CENormalSampler.