Genetic algorithm @ OCEV/UDESC
> pip3 install numpy
> pip3 install matplotlib
> pip3 install scipy
> pip3 install opencv-contrib-python
> apt install python3-tk
> python ga.py -h
To solve other problems, you need to:
- Create a fitness function at fitness.py.
- Create the problem's object at problems.py.
- Then modify line 27 at ga.py to use your problem.