-
Notifications
You must be signed in to change notification settings - Fork 1
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
add missing mutations #13
Conversation
Now there's an index error with mutations. Probably caused by the removeneuron mutation. |
also appears to have a deadlock. |
deadlock and index are rng-based so its probably mutations causing that. |
|
not entirely sure why runnable has index errors still if the shifting is working. deadlock still probably exists (although haven't reproduced since these changes), not sure where that happens either. |
ok i think the runnable issue is when the last neuron of hidden layers is deleted. previous commit did not fix the topology index issue fully btw |
just looked at backtrace, topology index error is caused by |
I apparently just used the same variable name twice (oopsies). Runnable index still errors but not seeing any topology index errors. |
Deadlock is still an issue |
Might not actually be a deadlock, could be just infinite loop. |
|
ok so I'll restate the issues:
|
welp looks like I spent a week trying to debug a simple swapped-variable issue. glad to see that I'm using my time wisely |
No description provided.