返回卡包市场

Examples

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 6内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (6 张)

#1
正面 (问题)

Example of LRH

背面 (解答)

simulated annealing with local search to solve TSP

#2
正面 (问题)

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

#3
正面 (问题)

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

#4
正面 (问题)

Example of HTH

背面 (解答)

GA Island model, each subpopulation evolves using GA and they are allowed to migrate between subpopulations

#5
正面 (问题)

High Level Examples

背面 (解答)

• Particle swarm optimization-ant colony optimization (PSO-ACO) • Hybrid artificial bee colony-differential evolution (HABCDE)

#6
正面 (问题)

Low Level Examples

背面 (解答)

• Cellular PSO (CPSO) • Genetic PSO, using the mutation operator from GA in PSO