Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drujensen/evolvenet-swift
- Owner: drujensen
- Created: 2022-01-29T15:42:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T20:45:01.000Z (over 2 years ago)
- Last Synced: 2024-10-25T01:35:50.794Z (about 2 months ago)
- Language: Swift
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```