https://github.com/smartdataanalytics/evop
A scalable evolutionary computation lilbrary for large scale optimization
https://github.com/smartdataanalytics/evop
Last synced: 10 months ago
JSON representation
A scalable evolutionary computation lilbrary for large scale optimization
- Host: GitHub
- URL: https://github.com/smartdataanalytics/evop
- Owner: SmartDataAnalytics
- License: apache-2.0
- Created: 2017-09-19T13:27:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T17:51:43.000Z (over 5 years ago)
- Last Synced: 2025-01-22T06:22:45.034Z (12 months ago)
- Language: Scala
- Size: 704 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Evolutionary algorithms for large scale distributed optimization.
=============================
How to use
----------
```
git clone https://github.com/SmartDataAnalytics/EvOp.git
cd EvOp
mvn clean package
````
The subsequent steps depend on your IDE. Generally, just import this repository as a Maven project and start using EvOp / Spark.