This repository was archived by the owner on Dec 11, 2018. It is now read-only.
Fix multiple bugs and make it compilable - tests passed #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello ! First of all, thanks for this amazing library.
I'm trying to get into machine learning, and I saw on youtube a guy that used the NEAT algorythm ( I don't know if it's called like that ^^' ), so I'm wanted to create a sort of AI-only pong.
Your library seemt the most complete, but I wasn't able to
go get
-it.I'm a complete noob when it comes to machine learning, and I'm still learning golang, but today, I'm glad I think I've fixed the many bugs that made this library not compilable and made the test to not pass.
I don't know if I removed some usefull changes ( did I just reverted the library to an old state ? I don't really know ). I've put some
// +build ignore
to completely ignore files, so I don't know.There are comments explaining changes.
If they're not clear, just tell me, and I'll explain what was the problem.
Also, tell me if you want me to remove these ugly
github/@jesuiscamille:
comments :) !Have a good day !
PS: I don't know what the normal
go test
results should be. I'll do a simple XOR manual test, and write here if nothing got wrong 😄