Daniel-Fernandez-UBU / google-hashcode-2018-test2

Google Hashcode 2018 developed using different algorithms (Genetic, Hill Climbing, Simulated Annealing, Greedy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-hashcode-2018

Project developed by:
Martim Silva
Luís Ramos
Francisco Gonçalves

Any problems?
Start an Issue please.

Open Pycharm on the src folder inside this directory and run main.py with the correct arguments You can also run the program through the command line:

python main.py <algorithm>
python main.py <algorithm> <file>

Examples:
python main.py simulated_annealing
python main.py hill_climbing b_should_be_easy

Note that this project was developped in Python3 so make sure you run using that version
You might need to run python3 main.py <algortihm> <file>

algorithms: car_genetic | greedy | hill_climbing | rides_genetic | simulated_annealing
files: a_example | b_should_be_easy | c_no_hurry | d_metropolis | e_high_bonus

About

Google Hashcode 2018 developed using different algorithms (Genetic, Hill Climbing, Simulated Annealing, Greedy)


Languages

Language:Python 99.7%Language:Shell 0.3%