Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two test constants disagree from NEAL to the RBS #23

Open
ChrisHuyck opened this issue May 15, 2023 · 0 comments
Open

Two test constants disagree from NEAL to the RBS #23

ChrisHuyck opened this issue May 15, 2023 · 0 comments

Comments

@ChrisHuyck
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant