state space search 中文意思是什麼

state space search 解釋
狀態空間搜索
  • state : n 1 〈常作 S 〉國,國家;〈通例作 S 〉(美國、澳洲的)州;〈the States〉 美國。2 國務,政權,政府...
  • space : n 1 空間;太空。2 空隙,空地;場地;(火車輪船飛機中的)座位;餘地;篇幅。3 空白;間隔;距離。4 ...
  • search : vt 1 搜查;檢查(身體、衣袋等);搜索,搜尋;找;尋找。2 調查;查究;探求;追求;根究 (into)。3...
  1. Searching of the state space is always being one of the usual ways for solving the optimal problems. the traditional ways of finding solutions only have backtracking, branch - and - bound and implicit graphs search as their theoretical introduction

    狀態空間搜索是解決優化問題的常用方法之一,傳統的狀態空間搜索求解技術有回溯法和分支限界法以及隱式圖搜索這些演算法策略作為理論指導。
  2. The search space is divided into many small areas, and each area is given a certain pheromone value. according to the state transition rules, the artificial ants move to the next solution which is generated randomly or calculated by particle swarm optimization. local search strategy is also added into psaco so that the search speed and precision is enhanced

    該演算法首先將連續對象定義域平均分成許多邊緣相互重疊的小區域,區域的稠密程度決定了演算法解的精度,每個區域賦予一定的信息素值;螞蟻根據狀態轉移規則在隨機生成的可行解與利用微粒群演算法得出的可行解之間選擇下一步要去的位置;引入局部尋優策略,加強近似最優解鄰域內的局部搜索,提高搜索速度和精度。
  3. This paper presents the mathematical model and the general algorithms of transforming combinatorial problem into state space search

    本文提出了將組合問題歸結為狀態空間搜索問題的數學模型和通用演算法。
  4. The essential of csr is search in a state space defined by various knowledge sources, such as phonetics and linguistics

    連續語音識別實質上是在語音學、語言學等多層知識定義的狀態空間內搜索最符合語音輸入的詞序列。
  5. Furthermore, combined the execution rule of petri nets and the search algorithms of tree, an innovative scheduling method is proposed by applying a heuristic search to the state space of petri nets. specially, by introducing heuristic function, depth - first and width - first is mixed in the search course ; thereby a feasible solution can be generated in a reasonable amount of time

    其次,在所得柔性製造系統petri網模型的基礎上,通過把樹的遍歷演算法與petri網的運行規則相結合,提出了一種啟發式調度演算法,通過在演算法中引入反映問題特徵的啟發函數,把廣度優先和深度優先搜索有機地結合,使得該演算法能夠在合理的時間復雜度內得到滿足精度要求的優化調度。
  6. Though simulating the state of packing, adopting the experience of manual packing and heuristics knowledge to control the searching way and limit the search space, it changes the packing problem into the problem of searching best path in the state space

    文中對多邊形的合成技術進行了研究,通過模擬布局狀態,吸取人工布局的經驗,採用啟發式知識控制搜索方向,限制搜索空間,把布局問題轉化為在狀態空間下尋找最優路徑的問題。
  7. Most artificial intelligent planning algorithms are based on planning graph or state space search. ff based on both planning graph and heuristic state space search and performed standout in the 2nd and 3rd international planning competition

    Ff規劃器將規劃圖和啟發式狀態空間搜索原理進行了很好的結合,在兩屆ipc ( internationalplanningcompetition )中取得了優異的成績。
  8. The method of model checking is a formal verification technique using the method of state - space search to verify if the behaviors of a given system ( the model ) satisfy a certain property that represented by temporal logic formulas, while the system presented as a kripke structure

    它通常採用狀態空間搜索的方法來檢測一個給定的計算模型是否滿足某個用時序邏輯公式表示的特定屬性。它是一個自動檢驗有限狀態並發系統的技術。
  9. Abstract : the state space, search heuristics, and move generator in searching solutions to a given problem are characterized by first order language, which implies that the logical properties of a search algorithm are determined by its state space, that is, the logic describing the searching process has compactness and the class of initial states has finite close property

    文摘:搜索演算法的初始空間、搜索策略、搜索過程可以用一階語言描述,搜索演算法的邏輯性質由初始狀態空間確定.這意味著描述搜索過程的邏輯具有緊致性,初始狀態的初等類具有有限封閉性
  10. So this article put forward a theory that the optimal problems can be summed up to the mathematic and computing models of state space search of optimal problems. this conclusion unifies the dijstra algorithm used in finding shortest path of traditional explicit graphs and the optimal search of implicit graphs, the search of graph and the search of graphs " tree into a common model and algorithm

    本文提出了將優化問題歸結為狀態空間最優化搜索問題的數學模型和通用演算法,將傳統的在顯式圖中求最短路的dijstra演算法與隱式圖的優化搜索,隱式圖搜索與隱式樹搜索全部統一到同一個模型和演算法中去。
  11. Applications of the state vector method into the analysis of lamina, the current research state of piezoelectric materials and smart materials for civil engineering applications are briefly reviewed based upon literature search. solutions for axisymmetric and non - axisymmetric layered space magneto - electro - elastic media via the state vector method are investigated. axisymmetric problem : the state vector equation of transversely isotropic axisymmetric space magneto - electro - elastic media is established in a cylindrical coordinate system

    本文在文獻調研的基礎上,簡介了狀態變量法在層合結構分析巾的應用、壓電材料的研究現狀和智能材料與結構在土木工程中的應用;探討了運用狀態變量法求解層狀壓電壓磁彈性材料的空間軸對稱問題和非軸對稱問題。
  12. ( 2 ) based on dfsa algorithm ( deterministic finite state automaton ) and combined with quick search algorithm, this paper analyses and implements a new multi - pattern string match algorithm that consumes less half of memory space of standard dfsa algorithm

    該演算法是以確定性有限狀態自動機( dfsa )為基礎,結合quicksearch演算法而提出的,可以用來提高主題爬行器的網頁分析和web網頁分類器的速度。
分享友人