diff --git a/config.toml b/config.toml index ef89c67..eeb875b 100644 --- a/config.toml +++ b/config.toml @@ -232,7 +232,7 @@ theme = 'mainroad' # TUTORIALS [[menu.main]] identifier = "2024_T01_aiopt_scheduling" - name = "T01 - AI and Optimization Techniques for Scheduling Problems" + name = "T01 - AI Techniques for Solving Scheduling Problems" parent = "tutorials" url = "/program/tutorials/2024_t01_aiopt_scheduling" weight = "10" diff --git a/content/program/tutorial_overview.md b/content/program/tutorial_overview.md index 32e4f2a..7f72c5d 100644 --- a/content/program/tutorial_overview.md +++ b/content/program/tutorial_overview.md @@ -22,7 +22,7 @@ Here is the list of the tutorials accepted to ICAPS 2024
Nysret Musliu, Lucas Kletzander and Florian Mischek
diff --git a/content/program/tutorials/2024_t01_aiopt_scheduling.md b/content/program/tutorials/2024_t01_aiopt_scheduling.md index b44fa5c..4927701 100644 --- a/content/program/tutorials/2024_t01_aiopt_scheduling.md +++ b/content/program/tutorials/2024_t01_aiopt_scheduling.md @@ -3,23 +3,23 @@ title: "Tutorial 01 - AI and Optimization for Scheduling" date: 2024-04-16 draft: false --- -# Tutorial 01 - AI and Optimization for Scheduling +# Tutorial 01 - AI Techniques for Solving Scheduling Problems ## Abstract Scheduling problems arise in various areas, including business, engineering, healthcare, and others. In this tutorial, we will first present several scheduling problems and case studies from various application domains, such as project scheduling, production planning and scheduling, employee scheduling, and timetabling. We will then provide an overview -of different methods for solving such problems. The topics covered will include solver-independent modeling, constraint -programming, metaheuristic methods, and hybrid techniques. In the second part of the tutorial, we will discuss methods -that use machine learning techniques for automatic algorithm selection and heuristic algorithm design. We will -demonstrate the application of these techniques in several real-world domains. +of different AI methods for solving such problems. The topics covered will include solver-independent modeling, +constraint programming, metaheuristic methods, and hybrid techniques. In the second part of the tutorial, we will +discuss methods that use machine learning techniques for automatic algorithm selection and heuristic algorithm design. +We will demonstrate the application of these techniques in several real-world domains. # Official Website and Auxiliary Materials -- [Tutorial Website](xxxx) +- [Tutorial Website](https://cdlab-artis.dbai.tuwien.ac.at/tutorials/icaps24/) -## About the Presenters +## Presenters **Nysret Musliu** is an Associate Professor and the Head of the Christian Doppler Laboratory for AI and Optimization for Planning and Scheduling at TU Wien. His research focuses on problem solving and search in artificial intelligence,