Genetic Algorithms: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 7: Line 7:


== A video to get you started ==  
== A video to get you started ==  
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uQj5UNhCPuo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>
<br />
<br />


<html>
<html>

Revision as of 14:30, 1 December 2021

Advanced programming[1]

In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection[2]

  • Please first review the characteristics of algorithms.
  • Please then review the characteristics of heuristics.

A video to get you started




Start here to understand genetic algorithms

References