Skip to content

Commit

Permalink
Merge pull request #78 from miquelramirez/tutorial-updates-4
Browse files Browse the repository at this point in the history
Tutorial Update #4
  • Loading branch information
GloriaB authored May 6, 2024
2 parents ce7a08c + eee599b commit b1d01dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion content/program/tutorial_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here is the list of the tutorials accepted to ICAPS 2024

<div style="width: 95%; padding: 2%; text-align: center; vertical-align: middle; border-bottom: 1px solid orange">
<div style="display:inline-block; width: 50%;">
<p><a href="/program/tutorials/2024_t01_aiopt_scheduling" target="_blank">T01 - AI and Optimization Techniques for Scheduling Problems</a></p>
<p><a href="/program/tutorials/2024_t01_aiopt_scheduling" target="_blank">T01 -AI Techniques for Solving Scheduling Problems</a></p>
</div>
<div style="display:inline-block; width: 49%;">
<p>Nysret Musliu, Lucas Kletzander and Florian Mischek</p>
Expand Down
14 changes: 7 additions & 7 deletions content/program/tutorials/2024_t01_aiopt_scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1d01dd

Please sign in to comment.