26 September 2006
Simbad 3d Robot Simulator.
by YukuanMarkSimbad is a Java 3d robot simulator for scientific and educationnal purposes. It is mainly dedicated to researchers/programmers who want a simple basis for studying Situated Artificial Intelligence, Machine Learning, and more generally AI algorithms, in t
Pyro, Python Robotics: Pyro
by YukuanMarkPyro stands for Python Robotics. The goal of the project is to provide a programming environment for easily exploring advanced topics in artificial intelligence and robotics without having to worry about the low-level details of the underlying hardware. T
Introduction to the SimPy Discrete-Event Simulation Package
by YukuanMarkSimPy (rhymes with "Blimpie") is a public-domain package for process-oriented discrete-event simulation. It is written in, and called from, Python. I like the clean manner in which SimPy is designed, its use of Python generators, and for that matter, Pyth
08 September 2006
Graph-based Modeling on Python
by YukuanBlog & 1 other模擬複雜網路,也可以套用 Agent-based modeling 架構。不過諸如網路的群聚度(clustering coefficient, C)及網路特徵的路經長度(characteristic path length, L)等統計數據計算需耗費的時間,隨著網路的規模成長很快,所以不適合運作太頻繁。但我們卻得靠這些統計數據來判斷網路是否收斂、試驗是否該終止了,想試驗各個參數排列組合時,更是雪上加霜。
1
(4 marks)