Sequential Decision Analytics and Modeling: Modeling Exercises with Python
by: Warren Powell
Modeling is an art, but it is art guided by a rigorous mathematical framework that ensures that we get a well-defined problem that we can put on the computer and solve. This can be viewed as building a bridge from a messy, poorly defined real-world problem to something with the clarity a computer can understand.
This document develops a specific modeling process which is then illustrated using a range of problems. It uses a “teach by example” style where a series of carefully chosen problem settings are used to bring out different modeling and algorithmic devices
link to website:https://www.overleaf.com/project/5c38f4c0dd838e54104f24b9
More materials available at: http://jungle.princeton.edu/
<html> <head> </head> <body> <script type="text/javascript">(function(d, t, e, m){
// Async Rating-Widget initialization.
window.RW_Async_Init = function(){
RW.init({
huid: "141148",
uid: "6db8b62d52afa816e07e3917b2d0ce28",
source: "website",
options: {
"advanced": {
"layout": {
"lineHeight": "22px"
}
},
"size": "medium",
"style": "oxygen"
}
});
RW.render();
};
// Append Rating-Widget JavaScript library.
var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
p = d.location.protocol, a = ("https:" == p ? "secure." +
m + "js/" : "js." + m), ck = "Y" + t.getFullYear() + "M" +
t.getMonth() + "D" + t.getDate();
if (d.getElementById(id)) return;
rw = d.createElement(e);
rw.id = id; rw.async = true; rw.type = "text/javascript";
rw.src = p + "//" + a + "external.min.js?ck=" + ck;
s.parentNode.insertBefore(rw, s);
}(document, new Date(), "script", "rating-widget.com/"));</script>
</body> </html>