diff --git a/README.md b/README.md index 0898cd4..0aedb18 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You can find in this repository the source code of the algorithms implemented fo * Francisco Chicano, Gabriela Ochoa, Lorenzo Canonne and Bilel Derbel, "Local Optima Markov Chains: A New Tool for Landscape-aware Analysis of Algorithm Dynamics", GECCO 2023,[https://doi.org/10.1145/3583131.3590422](https://doi.org/10.1145/3583131.3590422). The exact version of the code used in the paper is in the commit tagged with [GECCO2023](https://github.com/jfrchicanog/EfficientHillClimbers/tree/GECCO2023) in the branch [loma](https://github.com/jfrchicanog/EfficientHillClimbers/tree/loma). -* Francisco Chicano, Gabriela Ochoa, Darrell Whitley, Renato Tinós, "Dynastic Potential Crossover Operator", Evolutionary Computation Journal 30 (3): 409-446 (https://doi.org/10.1162/evco_a_00305) Open Access. The code for this paper is in branch [dpx-ecj](https://github.com/jfrchicanog/EfficientHillClimbers/tree/dpx-ecj). +* Francisco Chicano, Gabriela Ochoa, Darrell Whitley, Renato Tinós, "Dynastic Potential Crossover Operator", Evolutionary Computation Journal 30 (3): 409-446 (https://doi.org/10.1162/evco_a_00305) Open Access. The code for this paper is in branch [dpx-ecj](https://github.com/jfrchicanog/EfficientHillClimbers/tree/dpx-ecj), concretely, in tag [ECJ2022-DPX](https://github.com/jfrchicanog/EfficientHillClimbers/tree/ECJ2022-DPX). * Gabriela Ochoa, Francisco Chicano and Marco Tomassini, "Global Landscape Structure and the Random MAX-SAT Phase Transition", PPSN 2020 (https://dx.doi.org/10.1007/978-3-030-58115-2_9)