Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
``