Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yangco-le committed Apr 15, 2024
1 parent 00d501d commit 5dbcba9
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="docs/assets/ml4co-kit-logo.png" alt="ML4CO-Kit" width="800"/>


[![PyPi version](https://badgen.net/pypi/v/data4co/)](https://pypi.org/pypi/data4co/)[![PyPI pyversions](https://img.shields.io/badge/dynamic/json?color=blue&label=python&query=info.requires_python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fdata4co%2Fjson)](https://pypi.python.org/pypi/data4co/)[![Downloads](https://static.pepy.tech/badge/data4co)](https://pepy.tech/project/data4co)[![GitHub stars](https://img.shields.io/github/stars/Thinklab-SJTU/ML4CO-Kit.svg?style=social&label=Star&maxAge=8640)](https://GitHub.com/Thinklab-SJTU/ML4CO-Kit/stargazers/)

`ML4CO-Kit` is a in-development toolkit for machine learning practices on combinatorial optimization problems, which is a by-product of our research for a unified modular framework that integrates existing ML4CO practices, minimizing disparities among methods and supporting the investigations via in-depth analysis and transparent ablation.

Expand Down Expand Up @@ -172,11 +172,12 @@ draw_tsp_solution(
)
```

<details>
<summary>Click to view the drawing results</summary>
Visualization Results:

<p>
<img src="docs/assets/kroA150_problem.png" width="35%" alt="" />
<img src="docs/assets/kroA150_solution.png" width="35%" alt="" />
</details>
</p>

#### MIS

Expand All @@ -200,11 +201,12 @@ draw_mis_solution(
)
```

<details>
<summary>Click to view the drawing results</summary>
Visualization Results:

<p>
<img src="docs/assets/mis_problem.png" width="35%" alt="" />
<img src="docs/assets/mis_solution.png" width="35%" alt="" />
</details>
</p>

### Develop ML4CO Algorithms

Expand Down

0 comments on commit 5dbcba9

Please sign in to comment.