Abstract
Heuristic hill-climbing search algorithm can do effectively pruning. In practice, it can be used to search a large hypothesis space to get an optimal or an approximate optimal solution. Beam search algorithm retains its advantage in efficiency while reducing the risk of converging to locally optimal hypotheses. Beam search algorithm is widely used in AI field. To k-size beam search, due to only k paths is maintained the key to optimize the accuracy of beam search is how to select the k paths. In most of search algorithms, the k candidates with the most high performance measure value are selected at each search step. In this paper, the author presented some methods of candidate selection of beam search approaches, and the thought of avoiding full of blood brother nodes is presented. The experiments were done on the UCI repository of machine learning databases
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.