Skip to content

Commit

Permalink
Update README.md (#268)
Browse files Browse the repository at this point in the history
Added two research articles to the list of works that use MORK to implement optimization methods.
  • Loading branch information
JavierYuste authored Oct 17, 2024
1 parent 03498d8 commit 778a4a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ Remember depending on your needs when developing approaches using Mork you may e

## Powered by Mork

Below is a list of repositories leveraging Mork to tackle optimization problems.
Below is a list of research articles leveraging Mork to tackle optimization problems:

- [An Efficient Fixed Set Search for the Covering Location with Interconnected Facilities Problem (I. Lozano-Osorio, J. Sánchez-Oro, A. Martínez-Gavara, AD. López-Sánchez, and A. Duarte, 2023)](https://grafo.etsii.urjc.es/CPIF-MIC). [Link to the published paper](https://doi.org/10.1007/978-3-031-26504-4_37).
- Multi-Round Influence Maximization: A Variable Neighborhood Search Approach (I. Lozano-Osorio, J. Sánchez-Oro, and A. Duarte, 2023). [Link to the published paper](https://doi.org/10.1007/978-3-031-34500-5_9).
- [Dynamic Path Relinking for the Target Set Selection problem (I. Lozano-Osorio, A. Oliva-García, and J. Sánchez-Oro, 2023)](https://grafo.etsii.urjc.es/TSS). [Link to the published paper](https://doi.org/10.1016/j.knosys.2023.110827).
- [An efficient and effective GRASP algorithm for the Budget Influence Maximization Problem (I. Lozano-Osorio, J. Sánchez-Oro, and A. Duarte 2023)](https://grafo.etsii.urjc.es/BIMP). [Link to the published paper](https://doi.org/10.1007/s12652-023-04680-z).
- [Strategic oscillation tabu search for improved hierarchical graph drawing (S. Cavero, E. G. Pardo, F. Glover, and R. Martí, 2024)](https://github.com/scaverod/SOS-TS-GraphDrawing). [Link to the published paper](https://doi.org/10.1016/j.eswa.2023.122668).
- [Strategic oscillation tabu search for improved hierarchical graph drawing (S. Cavero, E. G. Pardo, F. Glover, and R. Martí, 2024)](https://github.com/scaverod/SOS-TS-GraphDrawing). [Link to the published paper](https://doi.org/10.1016/j.eswa.2023.122668).
- [General Variable Neighborhood Search for the optimization of software quality (J. Yuste, E. G. Pardo, and A. Duarte, 2024)](https://doi.org/10.1016/j.cor.2024.106584).
- [Multi-objective general variable neighborhood search for software maintainability optimization (J. Yuste, E. G. Pardo, A. Duarte, and J.K. Hao, 2024)](https://doi.org/10.1016/j.engappai.2024.108593).

0 comments on commit 778a4a4

Please sign in to comment.