https://github.com/frapac/district.jl
https://github.com/frapac/district.jl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frapac/district.jl
- Owner: frapac
- Created: 2017-12-15T15:52:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T09:14:41.000Z (over 7 years ago)
- Last Synced: 2025-02-09T19:14:43.456Z (about 1 year ago)
- Language: Julia
- Size: 1.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# District.jl
A stochastic optimization library for district microgrids.
District.jl is a modeling and optimization library, aiming at
applying stochastic optimization algorithms to the control
of local microgrids. The three components of District are:
- A modeling tool to build easily optimization model;
- A set of optimization algorithms to solve these optimization models;
- A simulator to fairly assess the different strategies.
More information in documentation.
## Nota-Bene
Current version works with:
- Julia 0.6
- JuMP 0.18.2 (f0bf187)
- Gurobi 0.4.1 (f54387f)
- StochDynamicProgramming 0.5.0 (d9b339d)
Integration with Julia 1.0 remains to be done.