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.
Optional name identifier for this instance of solver.