Please enable JavaScript.
Coggle requires JavaScript to display documents.
Working Diagram (程式效率層面 (編譯/直譯方式優化 (Numba (Normal, Compiled Ahead, Cache),…
Working Diagram
程式效率層面
編譯/直譯方式優化
Cython
Numba
Normal
Compiled Ahead
Cache
PyPy
校能分析工具
Timeit
cProfile
memory_profile
演算法方法層面
演算法基礎
時間複雜度Big O
各類排序(Sorting)演算法適用時機
各類資料結構選擇
啟發式演算法
最佳編碼方式
區域搜尋法
模擬退火法
禁忌搜尋演算法
更新策略
單點
片段
演算法模組設計
可擴充性
樣板方法模式
再利用性
工廠方法模式
排程問題研究
Flow Shop
Job Shop
啟發式算法效率及效果的強化