xlOptimizer add-in fully implements Differential Evolution (DE): an exciting evolutionary algorithm with simple implementation and impressive performance. DE/best/2/bin is a common variant of the algorithm.
xlOptimizer fully implements Artificial Bee Colony (ABC): a new optimization algorithm inspired by the foraging behavior of honey bees.
xlOptimizer add-in fully implements NSGA-III, a well-known multi-objective algorithm.
xlOptimizer add-in implements Standard Genetic Algorithm (SGA), with many options and customizable settings.
xlOptimizer add-in fully implements Differential Evolution (DE): an exciting evolutionary algorithm with simple implementation and impressive performance. DE/rand/2/bin is a common variant of the algorithm.
xlOptimizer fully implements Particle Swarm Optimization (PSO): a modern swarm intelligence algorithm with very good performance.
Greedy Ascent Hill Climber is a local optimizer that can be used a stand-alone algorithm.
Simulated Annealing is a powerful optimization algorithm which is inspired by the annealing process in metallurgy.
xlOptimizer add-in implements Genetic Algorithms for permutation problems (PermGA), with many options and customizable settings.
xlOptimizer add-in fully implements Differential Evolution (DE): an exciting evolutionary algorithm with simple implementation and impressive performance. DE/rand/1/bin is the standard variant of the algorithm.
xlOptimizer implements an enhanced variant of Particle Swarm Optimization with improved performance with respect to simple PSO.
DE/best/1/bin is a more greedy variant of the standard algorithm.
DE/rand-best/1/bin is a balanced variant between greedy best/1/bin and robust rand/1/bin.