The goal of our project was to determine on what days of the year to send available weather balloons to maximize the chance of collecting a sample. We had n weather balloons available, with a limit of one balloon per day. We had data showing the probability of of a balloon collecting a sample depending on weather conditions for each day during the year. To solve our maximization problem we used solver and genetic, simulated annealing, tabu search algorithms. We visualized the results of the algorithms as a calendar using the tkinter library like below
-
Notifications
You must be signed in to change notification settings - Fork 1
jamnicki/bdm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basics of decision making course project (genetic algorithm, simulated annealing, tabu search, solver)