janhohenheim / Hippocrates

No longer maintained, actually usable implementation of NEAT
GNU Affero General Public License v3.0
63 stars 12 forks source link

Switch to boost #90

Open janhohenheim opened 7 years ago

janhohenheim commented 7 years ago
Feature Curr. Implementation Boost
(De-)Serialization jsmn Serialization
Filesystem std::filesystem Filesystem (Propably not needed, std::filesystem support will be better by the time we start working on this issue)
Image manipulagion Magick++ General Image Library
Testing Own Test (We can finally throw away our timeout function!)