version 0.0.9

This commit is contained in:
ton
2023-09-07 08:50:19 +07:00
parent 52f5694727
commit b2097b2512
17 changed files with 6397 additions and 99 deletions

View File

@@ -75,9 +75,7 @@ function addNewSynapticConn!(mask::AbstractArray{<:Any}, x::Number, wRec::Abstra
# replace the elements in wRec at the selected positions with a
for i in selected
wRec[i] = rand(0.01:0.01:0.1)
if counter !== nothing
counter[i] = 0 # counting start from 0
end
counter[i] = 0 # counting start from 0
end
# error("DEBUG addNewSynapticConn!")
return remaining