MLU
Übung: Suchalgorithmen (Search Algorithms) Ü (R 5.08) - Details
Sie sind nicht in Stud.IP angemeldet.

Allgemeine Informationen

Veranstaltungsname Übung: Suchalgorithmen (Search Algorithms) Ü (R 5.08)
Semester WS 2018/19
Aktuelle Anzahl der Teilnehmenden 4
Heimat-Einrichtung Leitung des Instituts für Informatik
beteiligte Einrichtungen Institut für Informatik
Veranstaltungstyp Übung in der Kategorie Offizielle Lehrveranstaltungen
Erster Termin Dienstag, 06.11.2018 14:15 - 15:45

Räume und Zeiten

Keine Raumangabe
Dienstag: 12:00 - 13:30, wöchentlich

Modulzuordnungen

Kommentar/Beschreibung

The course will introduce search algorithms as a means to solve combinatorial problems such as constraint satisfaction and optimization problems. Tackling such problems by a machine often follows a two-step approach: (1) definition of a space of solution candidates plus (2) intelligent exploration of this space. The students will learn to analyze the nature of search problems, this way being able to devise adequate search space representations. We will cover the modeling of search problems, basic (uninformed) search algorithms, informed search algorithms, as well as hybrid combinations. A special focus will be put on heuristic search approaches. The lecture introduces concepts, algorithms, and theoretical backgrounds.