Skip to content
Snippets Groups Projects
Commit ed5512a1 authored by Mathias Berger's avatar Mathias Berger
Browse files

Added MIRSA and RGPSA algorithms, fixed bug in RG algorithm.

parent f90c7ef9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -19,6 +19,7 @@ varsigma = 0.23;
c = 64.0;
D = compute_D(capacity_factor_matrix, demand, potential, k, varsigma);
p = 0.05;
n = 5;
r = 1;
I = 50;
N = 100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment