Skip to content

Commit f21ed56

Browse files
authored
Create README.md
1 parent 791e7d8 commit f21ed56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# Incremental Calculation of the Objective Function in Local Search Algorithms
3+
4+
<img width="753" alt="graph-coloring-comp-1" src="https://github.com/user-attachments/assets/5c2f4a8f-e0fb-4a52-8605-aec90bbeffa3" />
5+
6+
7+
## Abstract
8+
9+
The thesis investigates the application of incremental calculation through computational graphs in local search methods to tackle NP-hard problems, specifically focusing on the Traveling Salesman Problem (TSP) and the Graph Coloring Problem. Incremental computation, a strategy where computations are updated based on changes in input data, potentially reduces processing time by minimizing redundant calculations. The study implements and benchmarks Directed Computational Graphs (DCGs) to incrementally calculate objective functions. It describes libraries that enable straightforward creation and discusses various designs of computational graphs. Results reveal significant variance in performance, with computational graphs often introducing overhead that may not necessarily translate to improved efficiency. In some cases, such as with TSP and Graph Coloring, traditional methods outperformed the incremental approach, indicating that the utility of computational graphs is highly context-dependent. Although computational graphs demonstrated potential under specific conditions, the research underscores the importance of meticulously considering when and how to integrate them into problem-solving frameworks, particularly in computationally complex scenarios.
10+
11+

0 commit comments

Comments
 (0)