Examples
暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。
卡片预览 (6 张)
Example of LRH
simulated annealing with local search to solve TSP
Example of LTH
GA used as an optimizer and its standard operators augmented with the ability to perform local search, such as results obtained on graph coloring problem hybridizing GA with tabu search
Example of HRH
Using a greedy heuristic to generate a good initial population for EAs, such as Talbi et al. using tabu search to improve population obtained by a GA
Example of HTH
GA Island model, each subpopulation evolves using GA and they are allowed to migrate between subpopulations
High Level Examples
• Particle swarm optimization-ant colony optimization (PSO-ACO) • Hybrid artificial bee colony-differential evolution (HABCDE)
Low Level Examples
• Cellular PSO (CPSO) • Genetic PSO, using the mutation operator from GA in PSO