Summary
93E20 Stochastic Optimal Control development
Debian Math development packages for stochastic optimal control
This metapackage contains development dependencies for software addressing
stochastic control problems, namely looking for optimal strategies when facing
uncertainty.
Description
For a better overview of the project's availability as a Debian package, each head row has a color code according to this scheme:
If you discover a project which looks like a good candidate for Debian Math
to you, or if you have prepared an unofficial Debian package, please do not hesitate to
send a description of that project to the Debian Math mailing list
Links to other tasks
|
Debian Math 93E20 Stochastic Optimal Control development packages
Official Debian packages with high relevance
libstopt-dev
library for stochastic optimization problems (development package)
|
Versions of package libstopt-dev |
Release | Version | Architectures |
bookworm | 5.5+dfsg-1 | amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x |
trixie | 5.12+dfsg-3 | amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x |
sid | 5.12+dfsg-3 | amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x |
bullseye-backports | 5.5+dfsg-1~bpo11+1 | amd64,armel,armhf,ppc64el,s390x |
|
License: DFSG free
|
The STochastic OPTimization library (StOpt) aims at providing tools in C++ for
solving some stochastic optimization problems encountered in finance or in the
industry. Different methods are available:
- dynamic programming methods based on Monte Carlo with regressions (global,
local, kernel and sparse regressors), for underlying states following some
uncontrolled Stochastic Differential Equations;
- dynamic programming with a representation of uncertainties with a tree:
transition problems are here solved by some discretizations of the commands,
resolution of LP with cut representation of the Bellman values;
- Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for
underlying states following some controlled Stochastic Differential
Equations;
- Stochastic Dual Dynamic Programming methods to deal with stochastic stock
management problems in high dimension. Uncertainties can be given by Monte
Carlo and can be represented by a state with a finite number of values
(tree);
- Some branching nesting methods to solve very high dimensional non linear
PDEs and some appearing in HJB problems. Besides some methods are provided
to solve by Monte Carlo some problems where the underlying stochastic state
is controlled.
For each method, a framework is provided to optimize the problem and then
simulate it out of the sample using the optimal commands previously computed.
Parallelization methods based on OpenMP and MPI are provided in this
framework permitting to solve high dimensional problems on clusters.
The library should be flexible enough to be used at different levels depending
on the user's willingness.
This package contains the headers and the static libraries (libstopt-mpi
which allows for multithreading, and libstopt which does not).
|
|
python3-stopt
library for stochastic optimization problems (Python 3 bindings)
|
Versions of package python3-stopt |
Release | Version | Architectures |
sid | 5.12+dfsg-3 | amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x |
bullseye-backports | 5.5+dfsg-1~bpo11+1 | amd64,armel,armhf,ppc64el,s390x |
bookworm | 5.5+dfsg-1 | amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x |
trixie | 5.12+dfsg-3 | amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x |
|
License: DFSG free
|
The STochastic OPTimization library (StOpt) aims at providing tools in C++ for
solving some stochastic optimization problems encountered in finance or in the
industry. Python 3 bindings are provided by this package in order to allow one
to use the C++ library in a Python code.
|
|
|