https://github.com/gwr3n/jsdp
A Java Stochastic Dynamic Programming Library
https://github.com/gwr3n/jsdp
control dynamic inventory java lambda-calculus maintenance map-reduce object-oriented optimal parallel programming stochastic stream uncertainty
Last synced: 1 day ago
JSON representation
A Java Stochastic Dynamic Programming Library
- Host: GitHub
- URL: https://github.com/gwr3n/jsdp
- Owner: gwr3n
- License: mit
- Created: 2016-04-10T12:00:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-12-27T21:27:24.000Z (17 days ago)
- Last Synced: 2025-12-29T22:16:43.439Z (15 days ago)
- Topics: control, dynamic, inventory, java, lambda-calculus, maintenance, map-reduce, object-oriented, optimal, parallel, programming, stochastic, stream, uncertainty
- Language: Java
- Homepage: https://gwr3n.github.io/jsdp/
- Size: 50.5 MB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
README
===================================================
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}
}