4 "summary": "A framework for building fast genetic algorithms.",
5 "description": "Revolver is a framework for building fast genetic algorithms in Swift 3.0.\nIt supports tree-based and array-based chromosome structures, all common genetic operators,\nselections and terminations. It allows sequential and parallel processing.\nEverything listed is ready-to-run, yet easily extensible.\nBy subclassing base classes and conforming to protocols, you can customize almost anything.",
6 "homepage": "https://github.com/petrmanek/Revolver",
11 "authors": "Petr Mánek",
12 "social_media_url": "http://twitter.com/petrmanek",
20 "git": "https://github.com/petrmanek/Revolver.git",
32 "pushed_with_swift_version": "3.0.2"