Assignments from Professor Roman Yampolskiy's Artificial Intelligence class.
- Project 1: Traveling Salesman Problem: Brute Force
- Project 2: Traveling Salesman Problem: Breadth First Search and Depth First Search
- Project 3: Traveling Salesman Problem: Closest Edge Insertion Heuristic (Greedy)
- Project 4: Traveling Salesman Problem: Genetic Algorithm
- Project 5: Traveling Salesman Problem: Genetic Algorithm with Wisdom of Crowds
- Project 6: Vehicle Routing Problem: Wisdom of Crowds with Genetic Algorithms
- IEEE Final Paper: Approximating solutions to the vehicle routing problem using wisdom of artifical crowds with genetic algorithms