Skip to content

Commit b098aea

Browse files
committed
misc changes
1 parent 55904a2 commit b098aea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_projects/bzip2_in_java_project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This pipeline improves compressibility by first rearranging input data into runs
1515

1616
My bachelor thesis focused on implementing the bzip2 compression and decompression pipeline in Java, and analyzing the performance and contribution of the individual components to the overall compression process. We further experiment with different configurations to the standard pipeline and suggest improvements to the algorithm while retaining backwards compatibility.
1717

18-
The thesis was supervised by [Prof. Rolf Fagerberg](https://imada.sdu.dk/u/rolf/).
18+
The thesis was supervised by Prof. [Rolf Fagerberg](https://imada.sdu.dk/u/rolf/).
1919

2020
## Thesis and Source Code
2121

22-
- Thesis available [here](assets/pdf/bzip2_bachelor_thesis.pdf) in pdf.
22+
- Thesis available [here](/assets/pdf/ahmadothman-bachelorproject.pdf) in pdf.
2323
- Implementation can be found in the GitHub repository [Bzip2-in-Java](https://github.com/Arthod/Bzip2-in-Java).
2424

2525
## References

_projects/ihtc2024_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ related_publications: false
1010

1111
The [Integrated Healthcare Timetabling Competition 2024](https://ihtc2024.github.io/) (IHTC 2024) [[1]](#1) was an international competition that challenged participants to develop algorithms for solving a complex integrated healthcare timetabling problem. The competition introduced the problem Integrated Healthcare Timetabling Problem (IHTP), which integrates several NP-hard subproblems found in healthcare scheduling, including patient scheduling, nurse rostering and operating theatre scheduling.
1212

13-
As part of a team of two, [Prof. Marco Chiarandini](https://imada.sdu.dk/u/marco) and I, we ranked 2nd in the competition and 1st in the open-source category out of a total of 32 teams across the world. Our solution was a multi-neighborhood, lexicographic local search algorithm that consisted of two phases: a simulated annealing phase followed by an iterated local search phase. The solver is available in our [GitHub repository](https://github.com/Arthod/ihtc2024-imada-submission).
13+
As part of a team of two, Prof. [Marco Chiarandini](https://imada.sdu.dk/u/marco) and I, we ranked 2nd in the competition and 1st in the open-source category out of a total of 32 teams across the world. Our solution was a multi-neighborhood, lexicographic local search algorithm that consisted of two phases: a simulated annealing phase followed by an iterated local search phase. The solver is available in our [GitHub repository](https://github.com/Arthod/ihtc2024-imada-submission).
1414

1515
The algorithm was implemented in C++ and was largely structured around the [ROAR-NET API specification](https://github.com/roar-net/roar-net-api-spec), with various modifications focused on performance. Because of this, our result was featured in a [news article from the ROAR-NET](https://roar-net.eu/news/ihtc-2024-best-oss-prize/).
1616

569 KB
Binary file not shown.

0 commit comments

Comments
 (0)