SkillAgentSearch skills...

UnitCommitment

Solving a Unit Commitment (electricity generator scheduling) problem using linear programming.

Install / Use

/learn @MorganReilly/UnitCommitment
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Unit Commitment - Optimisation

Morgan Reilly -- 20235398 | Shaurabh Singh -- 20231849

Environment Setup -- Linux (Using Python 3 | Pip Virtual Environment)

  • Download requirements.txt
  • Create Virtual Environment
  • $ python3 -m venv venv
  • Populate virtual environment with pip packages
  • $ venv/bin/pip3 install -r requirements.txt
  • Activate Virtual Environment
  • $ source venv/bin/activate

Running Application

Assuming correct environment setup and in root directory:

  • $ jupyter notebook
  • Click on the .ipynb file to view project

Project Overview

Solving a Unit Commitment (electricity generator scheduling) problem using linear programming.

  • See project spec for description and breakdown on requirements
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks1

Languages

Jupyter Notebook

Security Score

70/100

Audited on Jul 4, 2024

No findings