From da79a18bfca9d2712d5b54161bc4edad80a3d6a8 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 23 Apr 2020 23:25:09 +0200 Subject: [PATCH] Fixed broken link --- 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 dde5d6f..3b6cb59 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) 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",