Skip to content
#

hill-climbing-search

Here are 95 public repositories matching this topic...

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.

  • Updated Jan 21, 2022
  • Jupyter Notebook

Hill climbing algorithm is a local search algorithm which continuously moves in the direction of increasing elevation/value to find the peak of the mountain or best solution to the problem. Simulated annealing is a probabilistic technique for approximating the global optimum of a given function.

  • Updated Jul 24, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the hill-climbing-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hill-climbing-search topic, visit your repo's landing page and select "manage topics."

Learn more