Skip to content

Commit 70b1a24

Browse files
Christoph BodensteinChristoph Bodenstein
authored andcommitted
wrong optimizerprefs were used in OptimizerHill !
1 parent cf5868b commit 70b1a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TimeNETOptimizationEnvironment/src/toe/optimization/OptimizerHill.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class OptimizerHill implements Runnable, Optimizer {
3030

3131
private double sizeOfNeighborhood;
32-
private static final OptimizerPreferences myPreferences = new OptimizerPreferences();
32+
private static final OptimizerPreferences myPreferences = support.getOptimizerPreferences();
3333

3434
private int simulationCounter = 0;
3535
SimulationType currentSolution;

0 commit comments

Comments
 (0)