Description: A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic Algorithm, (transversal) Differential Evolution algorithm and Particle Swarm Optimization algorithm. Also, the GODLIKE-algorithm is included, which simply uses all of these optimizers while occasionally swapping populations between the different algorithms.
File list (Check if you may need any files):
diffevolve.m
genetic.m
godlike.m
heurset.m
simanneal.m
swarm.m