Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coado authored Jan 12, 2025
1 parent f21ed56 commit 726a514
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@

# Incremental Calculation of the Objective Function in Local Search Algorithms

<img width="753" alt="graph-coloring-comp-1" src="https://github.com/user-attachments/assets/5c2f4a8f-e0fb-4a52-8605-aec90bbeffa3" />

<p align="center" width="100%">
<img src="https://github.com/user-attachments/assets/ab1a9070-6544-49fe-87e9-5beeae1824d9" alt="Computation Graph 1" title="Computation Graph 1" width="50%" />
</p>
<p align="center" width="100%">
<em>Figure 1: Computation Graph for Initial State</em>
</p>

<p align="center" width="100%">
<img src="https://github.com/user-attachments/assets/d8ed063b-f362-4c27-942c-a7f11674ef89" alt="Computation Graph 1" title="Computation Graph 1" width="50%" />
</p>

<p align="center" width="100%">
<em>Figure 2: Computation Graph after the change in the input vertex "a" presenting the propagation of the dirty state</em>
</p>


## Abstract
Expand Down

0 comments on commit 726a514

Please sign in to comment.