此内容没有您所选择的语言版本。
Chapter 12. Hyperheuristics
12.1. Overview 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
A hyperheuristic automates the decision which heuristic(s) to use on a specific data set.
A future version of Planner will have native support for hyperheuristics. Meanwhile, it’s pretty easy to implement it yourself: Based on the size or difficulty of a data set (which is a criterion), use a different Solver configuration (or adjust the default configuration using the Solver configuration API). The Benchmarker can help to identify such criteria.