Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Evolutionary Algorithm - What is evolutionary vs genetic algorithms?

Answer

Genetic algorithms use crossover (hence the 'gene' in their name) and mutation to search the space of possible solutions. Evolutionary programming uses primarily mutation. As posted already, both are types of evolutionary algorithms.