mirror of
https://github.com/gsi-upm/sitc
synced 2025-04-17 18:39:06 +00:00
Update 2_5_1_Exercise.ipynb
This commit is contained in:
parent
97362545ea
commit
152125b3da
@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user