Cross Entropy
constructor(startingPoint: Map<String, Double>? = null, maxIterations: Int, randomRestart: RandomRestartSpec? = null, streamNum: Int = 0, name: String? = null, replicationsPerEvaluation: Int, sampler: CESamplerSpec = CESamplerSpec.Normal(), elitePct: Double? = null, ceSampleSize: Int? = null)(source)