Cross Entropy Solver
Constructs an instance of CrossEntropySolver with specified parameters.
Parameters
The evaluator responsible for assessing the quality of solutions. Must implement the EvaluatorIfc interface.
the cross-entropy sampler for the cross-entropy distribution
The maximum number of iterations allowed for the search process.
The number of replications to perform for each evaluation of a solution.
Optional name identifier for this instance of the solver.
Parameters
The evaluator responsible for assessing the quality of solutions. Must implement the EvaluatorIfc interface.
the cross-entropy sampler for the cross-entropy distribution
The maximum number of iterations allowed for the search process.
Strategy to determine the number of replications to perform for each evaluation.
Used when testing if solutions have converged for equality between solutions. The default is InputsAndConfidenceIntervalEquality, which checks if the inputs are the same and their is no statistical difference between the solutions
Optional name identifier for this instance of solver.