基于禁忌搜索的最优产品线设计

Optimal product line design using Tabu Search

Journal of the Operational Research Society · 2021
被引 7
ABS 3

中文导读

本文设计并实现了一种禁忌搜索算法,用于解决最优产品线设计这一NP难题,在人工和实际消费者偏好数据上测试,该算法在准确性和效率上优于遗传算法和模拟退火等九种启发式方法,并提出了能缩短执行时间的变体Tabu Search Class Move。

Abstract

Product design constitutes a critical process for a firm, which if not implemented effectively it may even question its viability. The optimal product line design is an NP-hard problem, where a company aims at designing a set of products that will optimize a specific objective. Whilst Tabu Search (TS) has effectively solved a large number of combinatorial optimization problems, it has not yet been evaluated in product design. In this paper we design and implement a TS algorithm, which is applied to both artificial and actual consumer-related data preferences for specific products. The algorithm’s performance is evaluated against previous approaches like Genetic Algorithm and Simulated Annealing. The results indicate that the proposed approach outperforms nine tested heuristics in terms of accuracy and efficiency. It also constitutes a more robust technique, and can be effectively generalized to larger problem sizes, which include higher number of products, attributes, or levels. Finally, a novel variant of TS capable of reducing execution time called Tabu Search Class Move, is introduced.

产品设计组合优化启发式算法禁忌搜索