mirror of
				https://github.com/gsi-upm/sitc
				synced 2025-10-30 23:18:18 +00:00 
			
		
		
		
	Update 2_5_1_Exercise.ipynb
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						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)" | ||||
|    ] | ||||
|   }, | ||||
|   { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user