From 152125b3da859e7a80934b35331cfa2e0f7f176c Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 3 Apr 2025 18:33:47 +0200 Subject: [PATCH] Update 2_5_1_Exercise.ipynb --- ml4/2_5_1_Exercise.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ml4/2_5_1_Exercise.ipynb b/ml4/2_5_1_Exercise.ipynb index ad820a3..3d1f1c0 100644 --- a/ml4/2_5_1_Exercise.ipynb +++ b/ml4/2_5_1_Exercise.ipynb @@ -48,7 +48,7 @@ "# Introduction\n", "The purpose of this practice is to understand better how GAs work. \n", "\n", - "There are many libraries that implement GAs, you can find some of then in the [References](#References) section." + "There are many libraries that implement GAs; you can find some of them in the [References](#References) section." ] }, { @@ -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", @@ -208,7 +208,7 @@ "\n", "Note: There is a problem with Scikit version 0.24. Comment on the different approaches.", "\n", - "You can also use the library (sklearn-genetic-opt)[https://sklearn-genetic-opt.readthedocs.io/en/stable/index.html]" + "You can also use the library [sklearn-genetic-opt](https://sklearn-genetic-opt.readthedocs.io/en/stable/index.html)" ] }, {