powers-rs 0.1.0

An implementation of the Stochastic Dual Dynamic Programming (SDDP) algorithm in pure Rust, for the hydrothermal dispatch problem.
Documentation
1
2
3
4
5
6
{
    "num_iterations": 1024,
    "num_stages": 12,
    "num_branchings": 10,
    "num_simulation_scenarios": 1000
}