Evolutionary algorithm
Topic history | v1 (current) | created by jjones
Details
Evolutionary algorithm
see v1 | created by jjones | Add resource "Evolutionary Algorithms"
- Title
- Evolutionary algorithm
- Description
- In computational intelligence (CI), an evolutionary algorithm (EA) is a subset of evolutionary computation, a generic population-based metaheuristic optimization algorithm. An EA uses mechanisms inspired by biological evolution, such as reproduction, mutation, recombination, and selection. Candidate solutions to the optimization problem play the role of individuals in a population, and the fitness function determines the quality of the solutions (see also loss function). Evolution of the population then takes place after the repeated application of the above operators. Evolutionary algorithms often perform well approximating solutions to all types of problems because they ideally do not make any assumption about the underlying fitness landscape.
- Link
- https://en.wikipedia.org/?curid=190837
resources
treated in Evolutionary Algorithms
authors
This topic has no history of related authors.