hashcode-tutorial:用于HashCode和优化竞赛的一些样板代码

时间:2021-02-11 22:26:55
【文件属性】:
文件名称:hashcode-tutorial:用于HashCode和优化竞赛的一些样板代码
文件大小:9.37MB
文件格式:ZIP
更新时间:2021-02-11 22:26:55
JupyterNotebook HashCode教程 这是什么 这是一个代码库,用于测试解决优化问题的一些常规思路以及所需的样板代码。 结果 a_example:2(手动) b_lovely_landscapes:212679(图表DFS) c_memorable_moments:1533(在线贪婪) d_pet_pictures:362167(Greedy Graph) e_shiny_selfies:317730(在线贪婪) 最终分数= 894111
【文件预览】:
hashcode-tutorial-master
----online_greedy.py(3KB)
----eda_d.ipynb(66KB)
----solve_graph.py(2KB)
----tsp_solver.py(3KB)
----local_search.py(2KB)
----output()
--------a_example.txt(10B)
--------d_pet_pictures.txt(517KB)
--------c_memorable_moments.txt(4KB)
--------b_lovely_landscapes.txt(458KB)
--------e_shiny_selfies.txt(458KB)
----problem_statement.pdf(147KB)
----utils.py(2KB)
----greedy_graph.py(3KB)
----input()
--------a_example.txt(70B)
--------d_pet_pictures.txt(3.77MB)
--------c_memorable_moments.txt(47KB)
--------b_lovely_landscapes.txt(8.62MB)
--------e_shiny_selfies.txt(6.12MB)
----README.md(396B)
----eda_b.ipynb(50KB)
----eda_c.ipynb(130KB)
----.gitignore(20B)
----eda_e.ipynb(71KB)

网友评论