Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Script for Standard Experiments for the paper "The Maximum Transmission Switching Flow Problem" #90

Conversation

franziska-wegner
Copy link
Owner

This PR adds the script evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh that defines a standard experiment for [1]. The interface for the experiments include the details of a specified configuration script. Templates for configuration scripts can be found under

  • ./localConfig.sh
  • ./serverConfig.sh where "./localConfig.sh" is the default configuration.

Publication:
[1] The Maximum Transmission Switching Flow Problem, 2018, ACM e-Energy, doi:10.1145/3208903.3208910.

Publication:
* 2018: ACM e-Energy, The Maximum Transmission Switching Flow Problem.

What?
* Defines a standard usage interface for the experiments including the
  details of a specified configuration script. Templates for
  configuration scripts can be found under
  * ./localConfig.sh
  * ./serverConfig.sh
  where "./localConfig.sh" is the default configuration.

Changes to be committed:
	new file:   evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh
@franziska-wegner franziska-wegner added documentation Improvements or additions to documentation statistics New analysis features evaluation New evaluation scripts and results labels Jan 4, 2024
@franziska-wegner franziska-wegner self-assigned this Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6eae9d2) 94.57% compared to head (61fb115) 94.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   94.57%   94.57%           
=======================================
  Files          55       55           
  Lines        5050     5050           
=======================================
  Hits         4776     4776           
  Misses        274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner merged commit 487ea65 into main Jan 5, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/evaluation/2018_ACM-e-Energy_The-Maximum-Transmission-Switching-Flow-Problem/run-std-experiments branch January 5, 2024 11:00
github-actions bot added a commit that referenced this pull request Jan 5, 2024
…ission Switching Flow Problem" (#90)

This PR adds the script `evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh` that defines a standard experiment for [1]. The interface for the experiments include the details of a specified configuration script. Templates for configuration scripts can be found under
* ./localConfig.sh
* ./serverConfig.sh where "./localConfig.sh" is the default configuration.

Publication:
[1] The Maximum Transmission Switching Flow Problem, 2018, ACM e-Energy, doi:10.1145/3208903.3208910. 487ea65
github-actions bot added a commit that referenced this pull request Jan 5, 2024
…ission Switching Flow Problem" (#90)

This PR adds the script `evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh` that defines a standard experiment for [1]. The interface for the experiments include the details of a specified configuration script. Templates for configuration scripts can be found under
* ./localConfig.sh
* ./serverConfig.sh where "./localConfig.sh" is the default configuration.

Publication:
[1] The Maximum Transmission Switching Flow Problem, 2018, ACM e-Energy, doi:10.1145/3208903.3208910. 487ea65
github-actions bot added a commit that referenced this pull request Jan 5, 2024
…ission Switching Flow Problem" (#90)

This PR adds the script `evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh` that defines a standard experiment for [1]. The interface for the experiments include the details of a specified configuration script. Templates for configuration scripts can be found under
* ./localConfig.sh
* ./serverConfig.sh where "./localConfig.sh" is the default configuration.

Publication:
[1] The Maximum Transmission Switching Flow Problem, 2018, ACM e-Energy, doi:10.1145/3208903.3208910. 487ea65
github-actions bot added a commit that referenced this pull request Jan 5, 2024
…ission Switching Flow Problem" (#90)

This PR adds the script `evaluations/2018_ACM_The-Maximum-Transmission-Switching-Flow-Problem/experiments/runStdExperiment.sh` that defines a standard experiment for [1]. The interface for the experiments include the details of a specified configuration script. Templates for configuration scripts can be found under
* ./localConfig.sh
* ./serverConfig.sh where "./localConfig.sh" is the default configuration.

Publication:
[1] The Maximum Transmission Switching Flow Problem, 2018, ACM e-Energy, doi:10.1145/3208903.3208910. 487ea65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation evaluation New evaluation scripts and results statistics New analysis features
Projects
Development

Successfully merging this pull request may close these issues.

Add Evaluation Scripts for "The Maximum Transmission Switching Flow Problem" (2018, ACM e-Energy) Paper
1 participant