add missing mutations - #13
Conversation
HyperCodec
commented
Feb 14, 2024
Now there's an index error with mutations. Probably caused by the removeneuron mutation. |
also appears to have a deadlock. |
HyperCodec
commented
Feb 14, 2024
deadlock and index are rng-based so its probably mutations causing that. |
HyperCodec
commented
Feb 14, 2024
|
HyperCodec
commented
Feb 14, 2024
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. |
HyperCodec
commented
Feb 14, 2024
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 |
HyperCodec
commented
Feb 15, 2024
just looked at backtrace, topology index error is caused by |
HyperCodec
commented
Feb 16, 2024
I apparently just used the same variable name twice (oopsies). Runnable index still errors but not seeing any topology index errors. |
HyperCodec
commented
Feb 16, 2024
Deadlock is still an issue |
HyperCodec
commented
Feb 16, 2024
Might not actually be a deadlock, could be just infinite loop. |
HyperCodec
commented
Feb 20, 2024
|
HyperCodec
commented
Feb 20, 2024
HyperCodec
commented
Feb 20, 2024
ok so I'll restate the issues:
|
HyperCodec
commented
Feb 20, 2024
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.