-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
82 lines (69 loc) · 2.63 KB
/
teaching.html
File metadata and controls
82 lines (69 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Jeff Linderoth's Teaching</title>
<link href="style/style.css" rel="stylesheet" type=text/css>
</head>
<body>
<!-- This goes on all pages -->
<div id="left_box">
<!-- <img src="images/mip2008.png" width="191" height="28"></img></a><BR><BR> -->
<p align=center>
<img src="images/krabappel.gif" height="200"></img></a><BR><BR>
</p>
<font size="3" face="Arial">
<a href="./index.html">Home</a><BR>
<!-- Links -->
<a href="./research.html">Research</a><br>
<a href="./teaching.html">Teaching</a><br>
<a href="./bio.html">Bio Data</a><br>
<!-- <a href="./links.html">Links</a><br> -->
</font>
</div>
<!-- To here -->
<div id="content_box">
<p>
<h1>Those That Can't Do...</h1>
<P> At UW-Madison, I have taught the following courses:
<UL>
<LI>
ISyE 320: Simulation and Probabilistic Modeling, (S09). <A HREF="syllabus/320-syllabus.pdf">Typical Syllabus (PDF)</A>
</LI>
<LI>
ISyE 323: Operations Research - Deterministic Modeling, (S21, F19, F18, F17, F16, S16, F15, F13, S13, S12, S11, F10, F09, F08, F07). <A HREF="syllabus/323-syllabus.pdf">Typical Syllabus (PDF)</A>
</LI>
<LI>
ISyE 513: Analysis of Capital Investments, (F12). <A HREF="syllabus/513-syllabus.pdf">Typical Syllabus (PDF)</A>
</LI>
<LI>
ISyE 524: Introduction to Optimization, (S24,S23). <A HREF="syllabus/524-syllabus.pdf">Typical Syllabus (PDF)</A>
</LI>
<LI>
ISyE/CS 635: Tools and Environments for Optimization, (S13, S12, S11, S10,
S08). <A HREF="syllabus/635-syllabus.pdf">Typical Syllabus (PDF)</A>
<LI>
ISyE/CS 719: Stochastic Programming, (S14, F11, S10). <A
HREF="syllabus/719-syllabus.pdf">Typical Syllabus (PDF)</A>
</UL>
</P>
<P>
Here is some old teaching content from my days at Lehigh University.
I hope you find it useful.
</P>
<UL>
<LI> <A HREF="classes/ie170/index.html">IE 170 -- Algorithms in Systems Engineering</A>
<LI> <A HREF="classes/ie495/index.html">IE 495 -- Stochastic Programming</A>
<LI> <A HREF="classes/ie418/index.html">IE 418 -- Integer Programming</A>
<!--<LI> <A HREF="ie417/">IE 417 -- Nonlinear Programming</A>-->
<!--<A HREF="ie426">IE 426</A> -->
</UL>
<P>
Here are some links to video of lectures I have given
</P>
<UL>
<LI> <A HREF="https://www.pathlms.com/siam/courses/479">MINLP Tutorial, SIAM Optimization Workshop, 2014</A>
<LI> <A HREF="http://www.birs.ca/events/2017/5-day-workshops/17w5159/videos/watch/201710250955-Linderoth.html">Perspectives on Integer programming for Sparse Optimization, 2017</A>
<LI> <A HREF="https://vimeo.com/153826086">Strong Convex Nonlinear Relaxations of the Pooling Problem, 2016<A>
</UL>
</body>
</html>