返回卡包市场

Hybrid Metaheuristics

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

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

卡片预览 (14 张)

#1
正面 (问题)

What is LRH?

背面 (解答)

Low-level relay hybrid: in which a given metaheuristic is embedded into a single-solution metaheuristic.

#2
正面 (问题)

What is LTH?

背面 (解答)

Low-level teamwork hybrid: a metaheuristic is embedded into a population-based metaheuristic.

#3
正面 (问题)

What is HRH?

背面 (解答)

High-level relay hybrid: self-contained metaheuristics are executed in sequence.

#4
正面 (问题)

What is HTH?

背面 (解答)

High-level teamwork hybrid: involves several self-contained algorithms performing a search in parallel and cooperating to find an optimum.

#5
正面 (问题)

Homogeneous

背面 (解答)

all hybrids us the same metaheuristic (Island model GA)

#6
正面 (问题)

Heterogeneous

背面 (解答)

different metaheuristics are used

#7
正面 (问题)

Global

背面 (解答)

all algorithms search the whole search space

#8
正面 (问题)

Partial

背面 (解答)

problems are decmposed into sub-problems, each having its own search space

#9
正面 (问题)

General

背面 (解答)

solve the same target problem

#10
正面 (问题)

Specialist

背面 (解答)

combine algorithms which solve different problems (ex: Parallel tabu search solves QAP while GA makes a diversification task)

#11
正面 (问题)

Relay

背面 (解答)

a set is applied one after the other, pipeline fashion

#12
正面 (问题)

Teamwork

背面 (解答)

cooperation of optimization models where each agent carries out a search in the solution space and they cooperate.

#13
正面 (问题)

Low-Level

背面 (解答)

a given function of a metaheuristic is replaced by a another metaheuristic function

#14
正面 (问题)

High-Level

背面 (解答)

the different metaheuristics are self-contained. There is not direct realtionship in the workings of the metaheuristics