Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianlucatruda/evocomp
Assignments for VU Masters course in Evolutionary Computing
https://github.com/gianlucatruda/evocomp
Last synced: 7 days ago
JSON representation
Assignments for VU Masters course in Evolutionary Computing
- Host: GitHub
- URL: https://github.com/gianlucatruda/evocomp
- Owner: gianlucatruda
- License: gpl-3.0
- Created: 2020-09-01T07:37:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T15:35:30.000Z (about 4 years ago)
- Last Synced: 2024-12-06T19:11:29.198Z (16 days ago)
- Language: Python
- Size: 297 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evocomp
Assignments for VU Masters course in Evolutionary Computing## Project structure
```
evocomp/
├── src/
│ ├──
├── LICENSE
├── requirements.txt
├── README.md
├── demos/
│ ├── competition_results.py
│ ├── controller_generalist_demo.py
│ ├── controller_specialist_demo.py
│ .
│ └── optimization_specialist_demo.py
└── evoman/
├── Base/
├── README.md
├── controller.py
├── enemy1.py
.
└── tmx.py
``