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

https://github.com/freakwill/movie-schedule

movie schedule by genetic algorithm
https://github.com/freakwill/movie-schedule

Last synced: over 1 year ago
JSON representation

movie schedule by genetic algorithm

Awesome Lists containing this project

README

          

# movie-schedule
movie schedule by genetic algorithm

- movie.py implemented by [pyrimidine](https://pyrimidine.readthedocs.io/)
- movie_vcga.py implemented by vcga
- movie_problem.py implemented by deap

![](movie.png)

- pyrimidine: fitness = (13.0202, 3.3795, 2306.5563, 8)
- movie_vcga: fitness = (20, 4.9028, 1918.5498, 8)
- movie_problem: fitness = (18.1928, 4.4589, 1947.8639, 8)