hill-climbing-search

There are 95 repositories under hill-climbing-search topic.

  • hill-climbing-algorithm-ai

    Language:Jupyter Notebook1
  • Uni_AI-8tile

    Language:C++1
  • several-optimization-algorithms

    Language:Jupyter Notebook
  • CS561-AI

    Language:Python
  • Artificial-Intelligence-algorithms

    Different algorithms of AI implemented in Python.

    Language:Python1
  • n-queens-ai

    A java program that solves the n-queens puzzle using Hill Climbing and Random Restart algorithm in Artificial Intelligence.

    Language:Java1
  • feup-IART

    Content and solved exercises from the course unit Artificial Intelligence

    Language:Python1
  • hill-climbing

    Algorithm for hill climbing optimization

    Language:Jupyter Notebook1
  • Artificial-Intelligence-Projects

    AI projects on: minimax algorithm, variations of nqueens problem, and policy iteration in Markov Decision Processes

    Language:Python1
  • artificial-intelligence-in-java

    Implementation of some basic Artificial Intelligence Algorithms in Java.

    Language:Java1
  • GraphColoring

    This is the code for my "Graph Coloring Exploration" project for Artificial Intelligence course at AUT.

    Language:Jupyter Notebook1
  • Pac-Man

    Trabalho da disciplina de Fundamentos de Inteligência Artificial - UFPEL

    Language:Python1
  • PacmanAI

    Python repository implementing several standard AI algorithms to navigate Pacman and play Pacman efficiently.

    Language:Python1
  • ai-search

    Basic Search Algorithms Used in Artificial Intelligence

    Language:Python1
  • 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.

    Language:Java1
  • Spectrum-Allocation

    Telecom spectrum allocation problem using greedy hill climbing search

    Language:C++1
  • TowerAllocationusingAI

    Tower Allocation Algorithm using heuristic search(BeamSearch)

    Language:C++1
  • 8-puzzle

    8-puzzle implementation in Python using State space search algorithms

    Language:Python
  • 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

    Language:Python
  • AI-Lab-Material

    Implementation of popular AI algorithms

    Language:Jupyter Notebook
  • fortran-hillclimb

    hillclimbing attack on simple substitution ciphers

    Language:Fortran
  • tspsolver

    2-opt python library implemented in c

    Language:C
  • Practica-IA-Bicing

    Práctica de búsqueda local IA FIB-UPC (2023-24 otoño)

    Language:Java
  • 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.

    Language:Jupyter Notebook
  • Extended-N-Queen

    Extended N-Queen Problem with Hill Climbing and Simulated Annealing

    Language:Python
  • HillClimbing-algorithm

    Implementation of Hill Climbing algorithm to Traveling Salesman Problem

    Language:Java
  • 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

    Language:Python
  • 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.

    Language:Python
  • 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.

    Language:Jupyter Notebook
  • nature-inspired-computing

    Codes developed in the Nature Inspired Computing subject (Master Degree - UNESP)

    Language:Jupyter Notebook
  • Travelling-Salesman-Problem

    Different algorithms to solve the TSP

    Language:Python
  • optimization_course

    Optimization course assignments

    Language:HTML
  • Intro2AI

    🔚 2021-1st Introduction to AI lecture repository

    Language:Python
  • Artificial-Intelligence-Projects

    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.

    Language:Jupyter Notebook
  • 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.

    Language:Python