New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

fw-ddsm

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fw-ddsm

Frank-Wolfe-based distributed demand scheduling method package

0.10.8
Maintainers
1

FW-DDSM

A python package for implementing the Frank-Wolfe-based distributed demand scheduling method.

pip install fw-ddsm

Setting up the ubuntu envrionment for using FW-DDSM

  • install python3 (should come with ubuntu v20
  • install pip sudo apt-get install python3-pip
  • install dependencies pip3 install fw-ddsm pandas pandas_bokeh numpy more-itertools
  • install snap sudo apt-get install snapd
  • install minizinc bundle sudo snap install minizinc --classic

Features of FW-DDSM

  • Pricing master problem

Minimise the inconvenience, consumption cost and the peak-to-average ratio of the aggregate demand profile of all households.

  • Household subproblem

Scheduling both the appliances and the batteries to minmise the cost, the inconvenience and the peak-to-average ratio of the household.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts