Unverified Commit 7c15dd81 by Zhiang Wang Committed by GitHub

Update README.md

parent 038109a0
...@@ -59,15 +59,23 @@ We have tested our codes with the [ariane133](https://github.com/TILOS-AI-Instit ...@@ -59,15 +59,23 @@ We have tested our codes with the [ariane133](https://github.com/TILOS-AI-Instit
* **seed** : 1 * **seed** : 1
* **num_cores** : 8 * **num_cores** : 8
* **spiral_flag** : [False, True] * **spiral_flag** : [False, True]
The cost curve is shown below. We can see that **Spiral placement** is better than **Greedy packer**. The cost curve is shown below. We can see that **Spiral placement** is better than **Greedy packer**.
<p align="center"> <p align="center">
<img src="./images/net_model.png" width= "600"/> <img src="./ariane133/cost_spiral_greedy.png" width= "600"/>
</p> </p>
<p align="center"> <p align="center">
Figure 3. Illustration of net model used in Circuit Training. Figure 1. Cost curves of Simulated Annealing. The black and red curves respectively represent the results from spiral placement and greedy packer.
</p> </p>
The processes of Simulated Annealing are shown below. The left figure represents the result from spiral placement and the right figure represents the result form greedy packer.
<p align="center">
<img src="./ariane133/cost_spiral_greedy.png" width= "300"/> <img src="./ariane133/cost_spiral_greedy.png" width= "300"/>
</p>
<p align="center">
Figure 2. The processes of Simulated Annealing. The left figure represents the result from spiral placement and the right figure represents the result form greedy packer.
</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment