-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
41 lines (32 loc) · 1.16 KB
/
README.txt
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
===================================================
jsdp: a Java Stochastic Dynamic Programming Library
===================================================
http://gwr3n.github.io/jsdp/
jsdp provides a general purpose Java library for
modeling and solving Stochastic Dynamic Programs.
The library features a number of applications in
maintenance, stochastic optimal control, and
stochastic lot sizing; including the computation
of optimal nonstationary (s,S) policy parameters,
as discussed by Herbert Scarf in his seminal work
the optimality of (s,S) policies in the dynamic
inventory problem.
To learn more please take a tour of our Wiki.
https://github.com/gwr3n/jsdp/wiki
jsdp is maintained by Roberto Rossi,
Full Professsor and Chair in Uncertainty Modelling
at the University of Edinburgh.
To cite jsdp:
@software{jsdp_github,
author = {Roberto Rossi},
title = {jsdp: a Java Stochastic Dynamic Programming library},
url = {http://gwr3n.github.io/jsdp/},
version = {1.0.1},
year = {2018}
}
@misc{2209.09979,
Author = {Roberto Rossi},
Title = {jsdp: a Java Stochastic Dynamic Programming Library},
Year = {2022},
Eprint = {arXiv:2209.09979}
}