diff --git a/src/learn.jl b/src/learn.jl index dc08433..b5870e2 100644 --- a/src/learn.jl +++ b/src/learn.jl @@ -114,7 +114,7 @@ function learn!(n::T, firedNeurons, nExInType, totalInputPort) where T<:outputNe n.wRec .*= nonFlipedSign capMaxWeight!(n.wRec) # cap maximum weight - synapticConnStrength!(n) + # synapticConnStrength!(n) #CHANGE neuroplasticity!(n,firedNeurons, nExInType, totalInputPort) end