We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f6d19 commit 6036a29Copy full SHA for 6036a29
src/main/java/network/aika/neuron/activation/Activation.java
@@ -121,8 +121,6 @@ public class Activation implements Comparable<Activation> {
121
public int[] debugDecisionCounts = new int[3];
122
123
124
-
125
126
public static Comparator<Activation> CANDIDATE_COMP = (act1, act2) -> {
127
Iterator<Map.Entry<Integer, Position>> ita = act1.getSlots().entrySet().iterator();
128
Iterator<Map.Entry<Integer, Position>> itb = act2.getSlots().entrySet().iterator();
0 commit comments