virzen / pcmax-genetic-python

University project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcmax-genetic-python

This is a python implementation of genetic algorithm solving simplified PCmax (process scheduling).

Installation

  • install python 3
  • install dotenv-python package

Running

Make sure scripts are executable

chmod u+x *.py

Then, run them like a shell script

./pcmax-genetic.py m10.txt

*.txt files are instances. You can also generate your own with

./pcmax-generate.py <number>

where <number> is the number of processors.

About

University project!


Languages

Language:Python 98.1%Language:Shell 1.9%