Module cmaes::cmaes_loop [] [src]

Functions

cmaes_loop

Minimizes a function. Takes as an argument a type that implements the FitnessFunction trait and an instance of the CMAESOptions struct. Returns a solution with as small a fitness as possible, along with the fitness value of the solution.