hill-climbing-search
There are 95 repositories under hill-climbing-search topic.
Artificial-Intelligence-algorithms
Different algorithms of AI implemented in Python.
n-queens-ai
A java program that solves the n-queens puzzle using Hill Climbing and Random Restart algorithm in Artificial Intelligence.
feup-IART
Content and solved exercises from the course unit Artificial Intelligence
hill-climbing
Algorithm for hill climbing optimization
Artificial-Intelligence-Projects
AI projects on: minimax algorithm, variations of nqueens problem, and policy iteration in Markov Decision Processes
artificial-intelligence-in-java
Implementation of some basic Artificial Intelligence Algorithms in Java.
GraphColoring
This is the code for my "Graph Coloring Exploration" project for Artificial Intelligence course at AUT.
Pac-Man
Trabalho da disciplina de Fundamentos de Inteligência Artificial - UFPEL
PacmanAI
Python repository implementing several standard AI algorithms to navigate Pacman and play Pacman efficiently.
ai-search
Basic Search Algorithms Used in Artificial Intelligence
Algo-Analysis
Create and design a map, consisted of a goal, a starting point and various obstacles, and then visually analyze different algorithms as they try to find the best path from source to goal.
Spectrum-Allocation
Telecom spectrum allocation problem using greedy hill climbing search
TowerAllocationusingAI
Tower Allocation Algorithm using heuristic search(BeamSearch)
8-puzzle
8-puzzle implementation in Python using State space search algorithms
closest_hospital_road
finding the closest and most effitient road between a landmark and the hospital that has the needed department using dfs, stochastic hill climbing, A* and ucs
AI-Lab-Material
Implementation of popular AI algorithms
fortran-hillclimb
hillclimbing attack on simple substitution ciphers
tspsolver
2-opt python library implemented in c
Practica-IA-Bicing
Práctica de búsqueda local IA FIB-UPC (2023-24 otoño)
Hill-Climbing-Algorithm
A hill-climbing algorithm is an Artificial Intelligence (AI) algorithm that increases in value continuously until it achieves a peak solution. This algorithm is used to optimize mathematical problems and in other real-life applications like marketing and job scheduling.
cnn-nash
Code used to obtain the results for my master thesis in computer sciences at ULB.
Extended-N-Queen
Extended N-Queen Problem with Hill Climbing and Simulated Annealing
HillClimbing-algorithm
Implementation of Hill Climbing algorithm to Traveling Salesman Problem
Iterative-Deepening-and-Hill-Climbing
A python program that implements Artificial Intelligence algorithms such as Iterative Deepening and Hill Climbing Search to find the best solution for the Best Vertex Cover state space
Automated-Correction-of-Incorrectly-Recognised-Text
Implemented a search-based algorithm to sentences that contain some incorrect characters to identify them and replace them with more suitable characters. Assignment 1 of the course COL-333: Introduction to Artificial Intelligence Semester I, 2022-23 at IIT Delhi.
Artificial-Intelligence-ELL703_TW
This Repository consists of all programming tasks given as a Term Work for Artificial Intelligence ELL703 in BE Electronics R-19 C- Scheme Syllabus.
nature-inspired-computing
Codes developed in the Nature Inspired Computing subject (Master Degree - UNESP)
Travelling-Salesman-Problem
Different algorithms to solve the TSP
optimization_course
Optimization course assignments
Intro2AI
🔚 2021-1st Introduction to AI lecture repository
Artificial-Intelligence-Projects
Projects and assignments for the Artificial Intelligence course at UCM, with topics such as: Problem representation , solving and search. Heuristic search algorithms. Genetic algorithms. Recommender systems. Machine learning.
Artificial-Intelligence-Lab
This repo is created as a part of Aritificial Intelligence course at my college and contains implementations of some AI algorithms from scratch.