Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drujensen/evolvenet-swift

Evolutionary Strategy for ML - Swift Version
https://github.com/drujensen/evolvenet-swift

Last synced: 10 days ago
JSON representation

Evolutionary Strategy for ML - Swift Version

Awesome Lists containing this project

README

        

# EvolveNet

Swift version of EvolveNet.

## Installation
This project was created using the ice command line tool that was installed using the mint command line tool.

## Build

To Build this project:
```
swift build -c release
```

## Test

To Test this project:
```
swift test -c release
```