You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download the rbs.master and tested it. There isn't a spike train comparison however, it seems to run. However, the standard version of the stateMachineClass file differs slightly from the RBS version. There are some minor things but two constants differ.
rbs NEAL
self.STATE_TO_ONE_WEIGHT = .015 0.01
self.ONE_HALF_ON_ONE_WEIGHT = 0.01 0.08
These are only used in stateMachineClass.stateTurnsOnOneNeuron and stateMachineClass.oneNeuronHalfTurnsOnOneNeuron.
As far as I can tell these are only used in the rbs in the tests. It looks like they still work, but you should probably check. If that works we can both use the same variables, which is as it should be. If not, we'll have to introduce two (or one) new variable.
The text was updated successfully, but these errors were encountered:
I download the rbs.master and tested it. There isn't a spike train comparison however, it seems to run. However, the standard version of the stateMachineClass file differs slightly from the RBS version. There are some minor things but two constants differ.
rbs NEAL
self.STATE_TO_ONE_WEIGHT = .015 0.01
self.ONE_HALF_ON_ONE_WEIGHT = 0.01 0.08
These are only used in stateMachineClass.stateTurnsOnOneNeuron and stateMachineClass.oneNeuronHalfTurnsOnOneNeuron.
As far as I can tell these are only used in the rbs in the tests. It looks like they still work, but you should probably check. If that works we can both use the same variables, which is as it should be. If not, we'll have to introduce two (or one) new variable.
The text was updated successfully, but these errors were encountered: