040147 UK Special Topics in Produktion/Logistik/SCM: Softwaretools im Decision Support (2021W)
Prüfungsimmanente Lehrveranstaltung
Labels
DIGITAL
English
An/Abmeldung
Hinweis: Ihr Anmeldezeitpunkt innerhalb der Frist hat keine Auswirkungen auf die Platzvergabe (kein "first come, first served").
- Anmeldung von Mo 13.09.2021 09:00 bis Do 23.09.2021 12:00
- Abmeldung bis Fr 15.10.2021 23:59
Details
max. 35 Teilnehmer*innen
Sprache: Englisch
Lehrende
Termine (iCal) - nächster Termin ist mit N markiert
- Mittwoch 06.10. 15:00 - 16:30 Digital
- Mittwoch 13.10. 15:00 - 16:30 Digital
- Mittwoch 20.10. 15:00 - 16:30 Digital
- Mittwoch 27.10. 15:00 - 16:30 Digital
- Mittwoch 03.11. 15:00 - 16:30 Digital
- Mittwoch 10.11. 15:00 - 16:30 Digital
- Mittwoch 17.11. 15:00 - 16:30 Digital
- Mittwoch 24.11. 15:00 - 16:30 Digital
- Mittwoch 01.12. 15:00 - 16:30 Digital
- Mittwoch 15.12. 15:00 - 16:30 Digital
- Mittwoch 12.01. 15:00 - 16:30 Digital
- Mittwoch 19.01. 15:00 - 16:30 Digital
- Mittwoch 26.01. 15:00 - 16:30 Digital
Information
Ziele, Inhalte und Methode der Lehrveranstaltung
Art der Leistungskontrolle und erlaubte Hilfsmittel
Homework 20% (4x5%)
Participation in class, present your solution to the exercises (10%)
Tests 50% (2x25%)
Project work 20%
Participation in class, present your solution to the exercises (10%)
Tests 50% (2x25%)
Project work 20%
Mindestanforderungen und Beurteilungsmaßstab
Know what is a decision support system
Know why programming is useful for decision support
Understand the fundamentals of programming
- simple data structures, arithmetic and boolean operations, control flow (conditional statements and loops), functions, input/output
- no advanced data types, no recursion, no classes, no inheritance, no exception handling, no graphical user interfaces
Be able to write python programs to solve specified problems
- simple methods for combinatorial optimization such as routing problems and scheduling problems
Know why programming is useful for decision support
Understand the fundamentals of programming
- simple data structures, arithmetic and boolean operations, control flow (conditional statements and loops), functions, input/output
- no advanced data types, no recursion, no classes, no inheritance, no exception handling, no graphical user interfaces
Be able to write python programs to solve specified problems
- simple methods for combinatorial optimization such as routing problems and scheduling problems
Prüfungsstoff
- Fundamentals of programming using Python language (concepts such as the use of variables, operations, conditional statements, loops, functions, and input/output from/to files).- Translating decision problems to a programming environment (solution representation, meaning of solution values).- Implementation and presentation of heuristic algorithms for a routing/scheduling/planning problem.
Literatur
The Python tutorial
Downey, Allen B.: Think Python. O'Reilly, 2014. Free book available
Downey, Allen B.: Think Python. O'Reilly, 2014. Free book available
Zuordnung im Vorlesungsverzeichnis
Letzte Änderung: Fr 12.05.2023 00:12
Part II. Python fundamentals
- Variables and operators
- Conditional statements and loops
- Functions
- Input/Output
Part III. Programming methods for optimization
- Construction heuristic
- Improvement heuristic