KevinCoble / AIToolbox

A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms
Apache License 2.0
793 stars 87 forks source link

compiled on iOS #1

Closed hariseldon78 closed 8 years ago

hariseldon78 commented 8 years ago

hey there, thanks for the library. I compiled the project on iOS, if you want to merge or just take inspiration...

KevinCoble commented 8 years ago

Thanks! I'm busy at the moment, but hope to look at the pull request this evening, and will likely merge it then. I've used the framework in an iPad project, but it was early on in the frameworks lifetime, and never got out of the simulator and onto real hardware, and I likely fudged some details on linking. I appreciate the help. My knowledge of the esoteric details of build systems is low - I prefer to code rather than learn coding systems and development environments...