語言選擇:
免費網上英漢字典|3Dict

beam search

資料來源 : Free On-Line Dictionary of Computing

beam search
     
        An optimisation of the {best first search} graph search
        {algorithm} where only a predetermined number of paths are
        kept as candidates.  The number of paths is the "width of the
        beam".  If more paths than this are generated, the worst paths
        are discarded.  This reduces the space requirements of best
        first search.
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z