Saved Bookmarks
| 1. |
What is hill climbing algorithm in artificial intelligence? |
|
Answer» Explanation: In numerical analysis, HILL climbing is a MATHEMATICAL optimization technique which belongs to the family of local SEARCH. It is an ITERATIVE algorithm that starts with an arbitrary solution to a problem, then attempts to find a better solution by making an incremental CHANGE to the solution. |
|