文件名称:ABC
介绍说明--下载内容均来自于网络,请自行研究使用
Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE) algorithms, and uses only common control parameters such as colony size and maximum cycle number. ABC as an optimization tool, provides a population-based search procedure in which individuals called foods positions are modified by the artificial bees with time and the bee’s aim is to discover the places of food sources with high nectar amount and finally the one with the highest nectar.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ABC\ackley.m
...\all.mat
...\calculateFitness.m
...\griewank.m
...\rastrigin.m
...\rosenbrock.m
...\runABC.m
...\schwefel.m
...\Sphere.m
ABC
...\all.mat
...\calculateFitness.m
...\griewank.m
...\rastrigin.m
...\rosenbrock.m
...\runABC.m
...\schwefel.m
...\Sphere.m
ABC