Artificial bee colony algorithm .28Karaboga 2005.29 List of metaphor-based metaheuristics
artificial bee colony algorithm meta-heuristic algorithm introduced karaboga in 2005, , simulates foraging behaviour of honey bees. abc algorithm has 3 phases: employed bee, onlooker bee , scout bee. in employed bee , onlooker bee phases, bees exploit sources local searches in neighbourhood of solutions selected based on deterministic selection in employed bee phase , probabilistic selection in onlooker bee phase. in scout bee phase analogy of abandoning exhausted food sources in foraging process, solutions not beneficial anymore search progress abandoned, , new solutions inserted instead of them explore new regions in search space. algorithm has well-balanced exploration , exploitation ability.
Comments
Post a Comment