Skip to content

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

Notifications You must be signed in to change notification settings

motapinto/google-hashcode-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published