搜索资源列表
mazing
- 使用Java撰寫的資料結構演算法,解決老鼠走迷宮的問題。
SampleGA
- 這是用JAVA編寫的基因遺傳演算法,透過選擇、交配、突變,適者生存,不適者淘汰方式,求最佳解的啟發式演算法。 -It is written in JAVA using genetic algorithms, through selection, crossover, mutation, survival of the fittest, not by way of elimination, find the optimal solution heuristics.
java
- 利用基因演算法(genetic algorithm)方式求出10個node,50個node,100個node的最短路徑。-Use of genetic algorithms (genetic algorithm) method obtained 10 node, 50 个 node, 100 个 node of the shortest path.
banker
- 以LINK LIST所編寫成的銀行家演算法 a.可用的 Allocation ( i ):表示第 i 個處理單元目前已分配到的資源數目。 b.最大值Max ( i ):表示第 i 個處理單元所要求資源的總數量。 c.需求Need ( i ):表示第 i 個處理單元尚需要的資源數量;即 Need ( i ) = Max ( i ) - Allocation ( i ) d.可用的 Available:表示系統中尚未使用的資源數目-LINK LIST compiled by th
TpsGA
- 利用JAVA程式撰寫出具有可操作介面的GA演算法 來學習簡易TSP問題-Use JAVA programming interface with the genetic algorithm to learn the simple TSP problem
azampagl-robotics-d-star-lite-v1.0.0
- azampagl-robotics-d-star-lite-v1.0.0 d-star-lite 機器人動態最短路徑演算法-azampagl-robotics-d-star-lite-v1.0.0 d-star-lite robot dynamic shortest path algorithm
Ant
- Ant演算法 簡單的用java寫的螞蟻演算法-Ant algorithm