What is Evolutionary Computation?

Skill Level:

Evolutionary Computation is a branch of AI inspired by biological evolution and natural selection. It involves using algorithms to mimic evolutionary processes such as mutation, selection, and reproduction to solve complex optimisation and search problems. Evolutionary Computation finds applications in areas such as algorithm design, data mining, and genetic programming.

Other Definitions

Federated Learning is a privacy-preserving technique where AI models are trained across multiple decentralised devices or systems without sharing raw data. Instead, only aggregated…
Robotics Process Automation is an AI technology that automates repetitive and routine tasks in business processes. RPA involves using software robots to emulate human…
Genetic Algorithms are optimisation techniques inspired by the principles of evolution. By mimicking natural selection, Genetic Algorithms explore a large search space and find…
Support Vector Machines (SVMs) are Machine Learning algorithms used for classification and regression tasks. SVMs create decision boundaries and maximise the margin between different…