Giter Site home page Giter Site logo

acccopf_pricing's Introduction

Risk- and Variance-Aware Electricity Pricing

Repository containing supplementary data and code for the paper "Risk- and Variance-Aware Electricity Pricing" by Robert Mieth, Jip Kim and Yury Dvorkin. If you use this code or its for academic purposes please cite this paper.

Instructions:

The optimization model was implemented by using JuMP and auxiliary packages in the Julia programming language. Additionally, we used Mosek 8.1.0.63 in our numerical experiments. Mosek is a commercial solver which must be installed and licensed. The solver was chosen for its specific features for second-order conic programming. For more information on solvers, see the JuMP documentation.

The experiments require Julia 1.1. All necessary packages and their respective versions are distributed in the Project.toml file. The packages can be loaded in a new Julia environment directly via the Julia package manager IDE or running:

julia> import Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()

Running the code:

All necessary functions are provided by the files src/model_definition.jl, src/input.jl, src/output.jl and src/tools.jl. All necessary data is provided in the casedata folder. An exemplary case study that showcases the model implementation is provided as a Jupyter Notebook uncertain_dlmp_case_study.ipynb. To run the notebook install the IJulia package:

julia> Pkg.add("IJulia")

and then in your terminal:

jupyter notebook uncertain_dlmp_case_study.ipynb

More explanation on the model is given in the notebook.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.