python-algorithms:Python算法

时间:2021-06-03 15:38:39
【文件属性】:
文件名称:python-algorithms:Python算法
文件大小:13KB
文件格式:ZIP
更新时间:2021-06-03 15:38:39
Python 算法集 搜索算法: 一种* 波束搜索 禁忌搜索 模拟退火 遗传算法 应用算法: 动态规划解决的背包问题。 该算法返回一个包含实现所有可能值的最小成本排列的集合。 数独解算器。 其他算法: 隐马尔可夫模型 皮尔逊相关 Q学习
【文件预览】:
python-algorithms-master
----applied()
--------knapsack_DP.py(698B)
--------sudoku_solver.py(5KB)
----search()
--------simulated_annealing.py(2KB)
--------astar.py(3KB)
--------tabu_search.py(2KB)
--------genetic_algorithm.py(4KB)
--------beam_search.py(1KB)
----state_estimation()
--------hidden_markov_model.py(3KB)
----recommender_systems()
--------collaborative_filtering()
----README.md(414B)
----reasoning()
--------q_learning()

网友评论