IMDEA Software

Iniciativa IMDEA

Inicio > Eventos > Software Seminar Series > 2016 > Learning from learning solvers
Esta página aún no ha sido traducida. A continuación se muestra la página en inglés.

Maria Garcia De La Banda

martes 25 de octubre de 2016

11:00am Lecture hall 1, level B

Maria Garcia De La Banda, Visiting Faculty Professor, IMDEA Software Institute

Learning from learning solvers

Abstract:

Modern constraint programming solvers incorporate SAT-style learning, where the decisions that lead to a failure are recorded and used to reduce the search. While this can yield dramatic reductions in solving time, there are also cases where learning does not improve or even hinders performance. Unfortunately, the reasons for these differences in behaviour are not well understood in practice.

This talk describes some of the techniques we have used to cast some light on the practical behaviour of learning solvers, mainly by profiling their execution to measure the impact of the learnt clauses. I will show that analysing a solver’s execution in this way can be useful not only to better understand its behaviour — opening what is typically a black box — but also to infer modifications to the original constraint model that can improve the performance of both learning and non-learning solvers.