AI ALIGNMENT FORUM
AF

Wikitags
You are viewing version 1.1.0 of this page. Click here to view the latest version.

Evolutionary Algorithm

Edited by TerminalAwareness last updated 24th Sep 2012
You are viewing revision 1.1.0, last edited by TerminalAwareness

An Evolutionary algorithm is an algorithm which mimics biological evolution to develop a solution to a problem. Starting with a set of initial possible solutions and test criteria, the algorithm tests each solution, selects the most promising, duplicates and mutates them and repeats until a desired solution is found. There are many types of evolutionary algorithms, varying on criteria such as selection mechanism, mutation algorithm, speed, and efficiency. Evolutionary algorithms have been applied in engineering, the financial market, chemistry, mathematics, and increasingly data mining.

References

  • Genetic Algorithms and Evolutionary Computation by Adam Marczyk
  • Evolutionary Computation Repository
Discussion0
Discussion0