Open-Source Projects
Below is a selected set of projects that Santiago Gonzalez has contributed to the community. Click to learn more.
SwiftGenetics
A pure-Swift, general-purpose genetic algorithm library built for composition and extensibility. Easily integrate a GA / GP with minimal boilerplate code.
SwiftCMA
A pure-Swift implementation of the Covariance Matrix Adaptation Evolutionary Strategy (CMA-ES) algorithm. A simple ask-tell-style API makes iteratively optimizing vectors effortless.