Govur University Logo
--> --> --> -->
...

In Simulated Annealing, why is it necessary to occasionally accept a solution that is worse than the current one early in the search process?



Simulated Annealing is an optimization algorithm used to find the global optimum, which is the best possible solution to a problem. The algorithm encounters local optima, which are solutions that appear better than their immediate neighbors but are inferior to the true global optimum. If an algorithm only accepts moves that improve the current solution, it becomes trapped in these local optima, effectively ending the search prematurely....

Log in to view the answer



Redundant Elements