local-search-algoirthms
There are 20 repositories under local-search-algoirthms topic.
yorak/VeRyPy
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
Lolik-Bolik/Quadratic_Assign_Problem
Solution quadratic assign problem via LS(local search), ILS(iterated local search), GLS(guided local search)
mjmaher987/Artificial-Intelligence
Artificial Intelligence + Deep Learning
Ethelom/Vehicle-Routing-Problem
A Vehicle Routing Problem optimized solution with Variable Neighborhood Search (VNS), Variable Neighborhood Descent (VND) and Simulated Annealing
Jash-2000/Simulation_Optimization_of_wireless_charging_station_locations_for_electric_taxis
My Research project under Dr Andrea Raith, Senior Lecturer at the Department of Engineering Science at the University of Auckland (UoA).
NitzanBarzilay/PickUsLunch
AI assistant that helps groups of friends or co-workers find a restaurant to order from together, that best matches the group members' dining preferences.
jfg143/Max-cut
MaxCut SS
anmolagarwal999/Discrete-Optimisation
Algorithms project based on the Coursera course by Pascal Van Hentenryck
sinamalakouti/AISearchPackage
Classical and Modern searching algorithms
caiselvas/bicing-optimization-local-search
This repository seeks to optimize bikes distribution of a public bicycle renting service across city stations using local search algorithms like Hill Climbing and Simulated Annealing, aiming to minimize costs and efficiently meet demand. It includes tools to visualize the distribution and showcases the utility of AI in urban logistics.
GianlucaPorcelli/LocalSearch_CSP
In this project are implemented example of local search algorithm and algorithm for constraint satisfaction problem applied to different cases
maxnrb/Travelling_Salesman_Problem
Implementation of different types of algorithm in order to solve the Travelling Salesman Problem. It also includes performance analysis in report
nadirkhanlou/HitoriSolver
Hitori puzzle solver using informed and local search algorithms
nikashahabi/8queen-problem-solve-with-hill-climbing-and-simulated-annealing
Using two powerful local search algorithms to find a solution for the popular 8-queen problem.
zeflecron/local_search_on_tsp
Local search algorithms solving the travelling salesman problem
eZWALT/Classical-AI
FIB-IA 2022-23 Q2 Artificial Intelligence subject
fardinanam/CSE318-AI-Sessional
Contains all the assignments of the course CSE-318 offered in CSE, BUET
nikashahabi/TSP-with-genetic-algorithm
Implementing GA to solve TSP
roman91DE/metaheuristics
Python Code for different simple Metaheuristics