1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-04-19 03:19:05 +00:00

Update 2_5_1_Exercise.ipynb

This commit is contained in:
Carlos A. Iglesias 2025-04-03 18:33:47 +02:00 committed by GitHub
parent 97362545ea
commit 152125b3da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@
"# Introduction\n", "# Introduction\n",
"The purpose of this practice is to understand better how GAs work. \n", "The purpose of this practice is to understand better how GAs work. \n",
"\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": {}, "metadata": {},
"source": [ "source": [
"# Genetic Algorithms\n", "# 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", "\n",
"We are going to implement the OneMax problem as seen in class.\n", "We are going to implement the OneMax problem as seen in class.\n",
"\n", "\n",
@ -208,7 +208,7 @@
"\n", "\n",
"Note: There is a problem with Scikit version 0.24. Comment on the different approaches.", "Note: There is a problem with Scikit version 0.24. Comment on the different approaches.",
"\n", "\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)"
] ]
}, },
{ {