Browse Source

small edit

Rolf Egert 3 years ago
parent
commit
b53b388ff1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/algorithm/objectiveFunction/TopologieObjectiveFunction.java

+ 2 - 2
src/algorithm/objectiveFunction/TopologieObjectiveFunction.java

@@ -15,7 +15,7 @@ public class TopologieObjectiveFunction {
 	//Parameters
 	
 	//weight for f_g(H)
-	static double w_eb = .3, w_max = 0.2, w_holon=.1, w_selection = .1, w_grid = .3;
+	static double w_eb = .2, w_max = 0.2, w_holon=.2, w_selection = .1, w_grid = .3;
 	
 	
 	//--> f_eb parameter
@@ -41,7 +41,7 @@ public class TopologieObjectiveFunction {
 	 */
 	static double k_selection = 4000;
 	
-	static double cost_switch = 10;
+	static double cost_switch = 300;
 	private static int cost_of_cable_per_meter = 200;
 	//--> f_grid parameter
 	/**