Browse Definitions :
Definition

evolutionary algorithm

An evolutionary algorithm (EA) is an algorithm that uses mechanisms inspired by nature and solves problems through processes that emulate the behaviors of living organisms. EA is a component of both evolutionary computing and bio-inspired computing.

EAs are inspired by the concepts in Darwinian Evolution. In EAs, the solutions play the role of individual organisms in a population. The mix of potential solutions to a problem is populated randomly first. Then the population is tested for fitness -- how well and how quickly it solves a problem. Next, the fittest individuals are selected for reproduction. The cycle begins again as the fitness of the population is evaluated and the least fit individuals are eliminated.

As the mechanisms by which EAs work are inspired by evolution and living organisms, functions might include selection, reproduction, mutation  and  recombination. The adaptive process of choosing the best available solutions to a problem where selection occurs according to fitness is analogous to Darwin’s survival of the fittest. Algorithm solutions that work best among the available options reproduce; the least fit, being eliminated, do not. By testing fitness according to measured performance, optimization occurs over generations through such functions as  mutation .

EAs are excellent at optimizing solutions. It is important to note though that while EAs optimize effectively, they don’t necessarily find the optimal solution. Instead, EAs constantly find working solutions and measure performance against one another, which may or may not find the absolute best possible solution. EAs’ relatively high computational requirements, which may also be a consideration, are largely due to the complexity of fitness determination. This complexity can be reduced through fitness approximation.

This was last updated in April 2018

Continue Reading About evolutionary algorithm

Networking
Security
  • Mitre ATT&CK framework

    The Mitre ATT&CK (pronounced miter attack) framework is a free, globally accessible knowledge base that describes the latest ...

  • timing attack

    A timing attack is a type of side-channel attack that exploits the amount of time a computer process runs to gain knowledge about...

  • privileged identity management (PIM)

    Privileged identity management (PIM) is the monitoring and protection of superuser accounts that hold expanded access to an ...

CIO
HRSoftware
  • employee resource group (ERG)

    An employee resource group is a workplace club or more formally realized affinity group organized around a shared interest or ...

  • employee training and development

    Employee training and development is a set of activities and programs designed to enhance the knowledge, skills and abilities of ...

  • employee sentiment analysis

    Employee sentiment analysis is the use of natural language processing and other AI techniques to automatically analyze employee ...

Customer Experience
  • customer profiling

    Customer profiling is the detailed and systematic process of constructing a clear portrait of a company's ideal customer by ...

  • customer insight (consumer insight)

    Customer insight, also known as consumer insight, is the understanding and interpretation of customer data, behaviors and ...

  • buyer persona

    A buyer persona is a composite representation of a specific type of customer in a market segment.

Close