Simulated Annealing (SA) Algorithm

Simulated Annealing (SA) is probabilistic and an optimization technique, and it helps to find out the global optimum for a given function.

Local Beam Search Algorithm

The local beam search algorithm begins with randomly generated states and keeps track of them to find out the best until it achieves a goal.

Genetic Algorithm

A genetic algorithm selects two parents based on their fitness, crossover those parents to produce offspring, and randomly mutates each offspring.

Hill-climbing Search Algorithm

Hill-climbing search algorithm terminates when it reaches a peak where no neighbor has a higher value.

Try Local Search Algorithms Quiz