Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DEMOSES-distributed-optimization
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
DEMOSES
DEMOSES-distributed-optimization
Graph
e5010ef5bcf90070de4c31a47432dca5f2376b13
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Jul
28
Jun
26
25
23
Merge branch '6-implement-centralized-optimization' into 'main'
main
main
avoid repeating the for loop
remove results folder
update function docstring
ensure consistency in variable naming
remove ruff from requirements.txt
use python's dict for type hints
update admm performance results
ignore csv files
delete unnecessary conditional check statement
delete commented out code at the bottom showing example usage
ruffify files
delete print comments
delete debugging print lines and comments
sort package imports to comply with ruff
sort package imports to comply with ruff
sort package imports to comply with ruff
delete NeSC package template python files
update requirements.txt: add ruff
add function docstring
add function docstring
sort package imports to comply with ruff, add function docstring
solve equilibrium model using centralized optimization
add simulation results, update csv delimiter
change csv delimeter to comma
add simulations results
call save results function, return wall time in seconds
implement function to write out final results as csv file
change rho penalty multiplier factor to 10 for faster convergence
ignore everything in results folder
add centralized optimization solution approach
add function to run the ADMM simulation until convergence
implement the main body (loop) of ADMM algorithm
implement ADMM subroutine: update and solve optimization problems
implement function to update ADMM second term penalty parameter
define results dictionary for storing data during simulation runs
add timeseries data
add configuration file for running the simulation
solve generator agent's optimization problem
solve consumer agent's optimization problem
Loading