Warning! The directory is not yet complete and will be amended until the beginning of the term.
040147 UK Special Topics in Production/Logistics/SCM: Softwaretools in Decision Support (2017S)
Continuous assessment of course work
Labels
Registration/Deregistration
Note: The time of your registration within the registration period has no effect on the allocation of places (no first come, first served).
- Registration is open from We 15.02.2017 09:00 to We 22.02.2017 12:00
- Deregistration possible until Tu 14.03.2017 23:59
Details
max. 25 participants
Language: English
Lecturers
Classes (iCal) - next class is marked with N
- Monday 06.03. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 20.03. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 27.03. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 03.04. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 24.04. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 08.05. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 15.05. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 22.05. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 29.05. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 12.06. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 19.06. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
- Monday 26.06. 13:15 - 14:45 PC-Seminarraum 3 Oskar-Morgenstern-Platz 1 1.Untergeschoß
Information
Aims, contents and method of the course
Assessment and permitted materials
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%
Minimum requirements and assessment criteria
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 the Traveling Salesman Problem (TSP)0% - 49% : 5
50% - 62% : 4
63% - 74% : 3
75% - 86% : 2
87% - 100% : 1
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 the Traveling Salesman Problem (TSP)0% - 49% : 5
50% - 62% : 4
63% - 74% : 3
75% - 86% : 2
87% - 100% : 1
Examination topics
Python fundamentals:
- Variables and operators
- Conditional statements and loops
- Functions
- Input/Output
Practice on the TSP:
- Construction heuristic
- Improvement heuristic
- Variables and operators
- Conditional statements and loops
- Functions
- Input/Output
Practice on the TSP:
- Construction heuristic
- Improvement heuristic
Reading list
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
Association in the course directory
Last modified: Mo 07.09.2020 15:28
Part II. Python fundamentals
- Variables and operators
- Conditional statements and loops
- Functions
- Input/Output
Part III. Practice on the TSP
- Construction heuristic
- Improvement heuristic