AI學(xué)習(xí)筆記(三)

Local Search

Hill-climbing

  • Simple hill climbing
    Generate successors until one is found better than current node
  • Stochastic hill climbing
    Random selection among the uphill moves
  • First-choice hill climbing

Simulated annealing

Local beam search

? Initially: k random states
? Next: determine all successors of the k current states ? If any successor is a goal → finished
? Else, select k best from successors and repeat

  • Major difference from random-restart hill climbing
    ? k best across all successors of k states rather than one best successor from each of k states
    ? Allows more effort to be allocated to promising regions

Genetic algorithms

a variant of stochastic beam search in which successor states are generated by combining two parent states rather than by modifying a single state.

123.png

Like beam searches, GAs begin with a set of k randomly generated states, called the population.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容