API

delo.DElo(population_size[, p_best_rate, ...])

Differential Evolution with Elo ranking system

delo.DElo_ties_and_QI(population_size[, ...])

Modification of DElo algorithm - Differential Evolution with Elo ranking system

delo.SHADE(population_size[, p_best_rate, ...])

Optimization algorithm from Differential Evolution family.

delo.DescribedFunction(function, dimension)

Function with attributes

delo.Logger([file, what_to_log, optimizer_name])

Logs information on the process of optimizing with DE algorithm.

delo.LogReader(file)

Read log created with Logger.

delo.PickleLogger([file, what_to_log, ...])

Modification of Logger that saves the numpy arrays as different files

delo.PickleLogReader(file)

Read logs created with PickleLogger.