From 8d2f625b7e5719a5ed0392831cdba31d06978e43 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 3 Apr 2025 18:36:31 +0200 Subject: [PATCH] Update 2_5_1_Exercise.ipynb --- ml4/2_5_1_Exercise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml4/2_5_1_Exercise.ipynb b/ml4/2_5_1_Exercise.ipynb index 617e00f..a522340 100644 --- a/ml4/2_5_1_Exercise.ipynb +++ b/ml4/2_5_1_Exercise.ipynb @@ -56,7 +56,7 @@ "metadata": {}, "source": [ "# Genetic Algorithms\n", - "In this section, we are going to use the library DEAP [[References](#References)] for implementing a genetic algorithms.\n", + "In this section, we are going to use the library DEAP [References](#References) for implementing a genetic algorithms.\n", "\n", "We are going to implement the OneMax problem as seen in class.\n", "\n",