Genetic Algorithms +++++++++++++++++++++++++++++++ Genetic algorithms (GAs) are a framewrok to solve optimiaztion and decision problems, inspired in darwin evolutionary concetps, uses different ideas. .. important:: The `Slides `_ `Slides `_ ------------------------------------------------------------------------------------------------ Options ======================= Laboratories ------------------------------------------------ All problems listed in this section was resolver using ``GAs`` and ``deap`` * In python: * `Optimization univariate Function `_ * `Genetic Multivariate linear regression `_ * `Ksnap problem `_ * `Feature Selection joined with sklearn `_ * `Training a Multilayer Perceptron (one hidden layer) `_ * `Travelling salesman problem (TSP) `_ * `Genetic K-means `_ stoppong criteria ----------------------------- One of the most fundamental issues in GA is when stop given that there are not a stablished criteria.