Presentation is loading. Please wait.

Presentation is loading. Please wait.

Hyper-heuristics. 2 Outline Hyper-heuristics Hyper-heuristics for strip packing Hyper-heuristics for Stock forecasting Conclusion.

Similar presentations


Presentation on theme: "Hyper-heuristics. 2 Outline Hyper-heuristics Hyper-heuristics for strip packing Hyper-heuristics for Stock forecasting Conclusion."— Presentation transcript:

1 hyper-heuristics

2 2 Outline Hyper-heuristics Hyper-heuristics for strip packing Hyper-heuristics for Stock forecasting Conclusion

3 Hyper-heuristics The key idea is to devise new algorithms for solving problems by combining known heuristics in ways that allow each to compensate, to some extent, for the weaknesses of others. They might be thought of as heuristics to chooseheuristics. They are methods which work with a search space of heuristics. One of the main goals of research in this area is to devise algorithms that are fast and exhibit good performance across a whole family of problems, presumably because the algorithms address some shared features of the whole set of problems.

4 Hyper-heuristics Many practical problems cannot be tackled by exhaustive search, either to find an optimal solution or even to find a very good quality solution. For such problems people often resort to heuristic methods: incomplete search methods that offer no guarantees of success and perhaps also involving some random elements. There are many varieties of heuristic search methods in regular use. 4

5 Hyper-heuristics Despite the fact that all these search techniques are often very effective, there can often be some reluctance to use them for money-critical problems. In practice, experience suggests that people often prefer to use very simple and readily understandable search methods even if those methods deliver relatively inferior results. 5

6 Disadvantages of Heuristics Heuristics involve making a significant range of parameter or algorithm choices and it is not clear to inexperienced users what is best and whether certain choices are actively bad; Heuristics for real world problems tends to represent bespoke problem-specific methods which are particularly resource intensive to develop and implement; Metaheuristics often involve making some probabihstic choices, so that two seemingly identical runs may produce significantly different answers to the very same problem; 6

7 Disadvantages of Heuristics even if the technique generates a good-looking solution, it can be hard to understand how the solution was arrived at; this matters because it is often important to a group of people to feel that a proposed solution is intuitively acceptable; people are often unwilling to trust a computer‘s results implicitly, and often that is for good reasons. 7

8 Hyper-heuristics The broad aim is to discover some algorithm for solving a whole range of problems that is fast, reasonably comprehensible, trustable in terms of quality and repeatability and with good worst-case behavior across that range of problems. The goal is to develop algorithms that are more generally applicable than many of the implementations of the approaches outlined above. The space of possible algorithms for any given sort of problem is of course vast and there are many ways to search certain parts of such a space. 8

9 Hyper-heuristics Although hyper-heuristics might be regarded as a special form of genetic programming, the key intuition underlying research in this area is that, for a given type of problem, there are often a number of straightforward heuristics already in existence that can work well (but perhaps not optimally) for certain sorts of instances of that type of problem. Perhaps it is possible to combine those existing heuristics into some more elaborate algorithm that will work well across a range of problems. 9

10 Hyper-heuristics for strip packing The key idea is to tackle problems using various low-level heuristics and develop a framework that controls the applications of the heuristics. Using this framework the time consuming task of designing an algorithm with special components for a specific algorithm is reduced. This kind of approach is useful to obtain a good solution for a problem in a reasonable amount of time. It emphasizes a compromise between the quality of the solution and the invested time for designing the algorithm. Our goal is to show that hyperheuristics can be applied to solve Strip Packing Problems providing effective solutions in an efficient way. 10

11 Heuristics based Methods Bottom-Left heuristics (BL): first orders the objects according to their area. The objects are placed at the top and pushed down and left as much as possible. Bottom Left Fit (BLF) : each object is located at the most bottom and left possible place. BLD: the objects are ordered using various criteria (height,width, perimeter, area) and the algorithm selects the best result obtained. BLD*:the objects are randomly ordered according to the Kendall-tau distance from all of the possible fixed orders. 11

12 Best Fit (BF): uses a dynamic ordering for the rectangles to be located. The algorithm goes through the possible places from the most bottom left one, and selects for each place the rectangle that best fits in it (if it exists). 12

13 BFDH,FFDH,NFDH, HFDH* The objects are oriented such that their width is not lower than their height, and they are ordered from highest to lowest. Each object is packed in a rectangular sub-area of the container in the bottom left corner. The width of the sub-area is given by the container, and the height is given by the first object packed in this sub- area. When it is possible to include the current object to be placed into some sub-areas, it is positioned into the sub-area having: 13

14 BFDH,FFDH,NFDH, HFDH* the least available area for BFDH; the bottom available area for FFDH; and the top area, if it is available, for NFDH. In other cases the algorithm opens a new sub- area above the existing sub-areas positioning the current object in the bottom left corner as the first object of this sub-area. BFDH* seeks to improve this heuristic by allowing object rotations, so that when the algorithm searches to include the current object into a sub-area it tests both orientations. 14

15 HR: When the first object is positioned in the container (on the bottom left corner) it identifies two remaining areas. It recursively continues placing the remaining objects. 15

16 Hyperheuristic approach: H-SP We have chosen to build a simple hyperheuristic that manages a sequence of low-level greedy heuristics. From the analysis of the four selected low-level heuristics we can remark the following: Performance changes according to the order of the objects and their rotation. The data structure to obtain a good implementation code is not always the same for all of these heuristics. 16

17 17

18 Representation 18

19 19

20 Add operation 20

21 Remove operation 21

22 Replace operation 22

23 Hyperheuristic approach: H-SP 23

24 Results 24

25 25 Homework Experiments Implement H-SP for strip packing problem Reference Ignacio Araya, Bertrand Neveu, and Mar´ıa-Cristina Riff. An Efficient Hyperheuristic for Strip-Packing Problems. Adaptive and Multilevel Metaheuristics Studies in Computational Intelligence, Volume 136, 2008, pp 61-76


Download ppt "Hyper-heuristics. 2 Outline Hyper-heuristics Hyper-heuristics for strip packing Hyper-heuristics for Stock forecasting Conclusion."

Similar presentations


Ads by Google