Browse Source

Merge branch 'You69Man-PR_improve_heuristic' into development03

pull/1262/head
lumapu 1 year ago
parent
commit
1cebaad593
  1. 2
      src/hm/Heuristic.h

2
src/hm/Heuristic.h

@ -68,6 +68,8 @@ class Heuristic {
updateQuality(iv, -2); // BAD updateQuality(iv, -2); // BAD
mTestEn = true; mTestEn = true;
} }
else
mTestEn = false;
} }
void printStatus(Inverter<> *iv) { void printStatus(Inverter<> *iv) {

Loading…
Cancel
Save