View: session overviewtalk overview
16:15 | Recent Trends in Metaheuristics PRESENTER: Günther Raidl ABSTRACT. In the first part of the talk, we will focus on metaheuristics based on Local Search (aka Neighborhood Search), and in particular we focus on Simulated Annealing, which is recognised as the oldest (1983) metaheuristic technique in the scientific literature. Despite its age, it is still very popular in academic publications and practical applications. We review the basic components of Simulated Annealing and we discuss and classify its uncountable variants, some of which gained their own names and metaphors (Great Deluge, Threshold Accepting, ...). In the second half we will consider metaheuristic approaches for discrete optimization problems that rely on or link to machine learning techniques in order to ``learn how to better optimize''. After observing that this general idea is not that new in the field of metaheuristics and briefly surveying established approaches, we will in particular look at a few more recent combinations of heuristic search and reinforcement learning. |
19:45 | Numerical Constraint Programming ABSTRACT. Numerical Constraint Programming |
20:45 | In depth presentation of CP-SAT from the OR-Tools suite PRESENTER: Laurent Perron ABSTRACT. CP-SAT won all gold medals in the Minizinc challenge in the tracks it participated in the last 3 years. It also proved 5 open problems in the MIPLIB 2017 suite, and improved bounds on a few more. In a sense, it realizes the old dream of having a good MIP solver and a good CP solver in the same engine. In this presentation, we will present how the SAT technology has enabled this merging of the two techniques in a competitive way. |