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 have XCTest files for most of the classes in the framework. These test files make sure the classes themselves are working, as well as providing examples to users on how to use them. I have used the framework in a genetic-algorithm/alpha-beta search checkers program I played with (still can't get it to give a good end-game, but it beats me at the onset and middle-game handily!), and the support-vector code is being used in a some projects by other people around the world. I've used the neural network code in another project as well.
It's been a while since I've used some of the older classes, so I can't guarantee 100% that everything is there, and I know the Metal-neural-net needs some work - but the automated tests and projects it is used in tell me that most of it should be ready for prime-time. I'm hoping to get the word out about it so people can tell me what needs work, what I'm missing, and what they would like me to add next.
I would like to submit my AIToolbox project for consideration:
https://github.com/KevinCoble/AIToolbox.git
Thanks.
The text was updated successfully, but these errors were encountered: