Skip to content

Commit 64f6d19

Browse files
author
Lukas Molzberger
committed
cleanup
1 parent 9eec529 commit 64f6d19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/network/aika/neuron/activation/Activation.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,6 @@ private List<InputState> getInputStates(SearchNode sn) {
538538
}
539539

540540

541-
public ActivationFunction getActivationFunction() {
542-
return getINeuron().getActivationFunction();
543-
}
544-
545-
546541
public void setInputState(Builder input) {
547542
rootOption.decision = SELECTED;
548543
rootOption.p = 1.0;

0 commit comments

Comments
 (0)