🧬 Intro to genetic algorithms with python
Genetic algorithms (GA) are optimisation, search and learning algorithms famous for their ability to solve problems with large number parameters and complex mathematical representations and they are sometimes used to tune models parameters in machine learning . NASA used them to create optimised antennas for their spacecrafts . The initial population is a set of valid candidates (individuals) with a specified population size chosen randomly .
Apr-3-2022, 04:10:17 GMT