Properties
Represents the default maximum number of iterations to be executed in a given process or algorithm. This value acts as a safeguard to prevent indefinite looping or excessive computation.
Represents the default number of replications to be performed during an evaluation.
Many algorithms compare solutions. This factor serves as the default precision between two solutions such that if the solutions are within this value they are considered equal. The default is 0.001
Functions
Creates and configures a cross-entropy optimization algorithm for a given problem definition.
Creates and configures a cross-entropy optimization algorithm for a given problem definition that uses a random restart approach.
Creates and configures an R-SPLINE optimization algorithm for a given problem definition.
Creates and configures an R-SPLINE optimization algorithm for a given problem definition that uses a random restart approach.
Creates and configures a simulated annealing optimization algorithm for a given problem definition.
Creates and configures a simulated annealing optimization algorithm for a given problem definition.
Creates and configures a stochastic hill climber to solve the given problem definition using a simulation-based evaluation approach. The default configuration has the evaluator configured to use a solution cache.
Creates and configures a simulated annealing optimization algorithm for a given problem definition.