Nature Inspired Algorithms
Our research is concentrated on two major areas involving the nature-inspired Algorithms
Evolutionary Algorithms
These algorithms are based on the Darwinian metaphor. Living beings continuously evolve to adjust themselves to the ever-changing environmental conditions. The fully evolved living beings possess various optimized facets which make them successful in adapting to their environment. Evolutionary Algorithms mimic the Darwinian paradigm of the survival of the fittest. They begin by randomly generating a population of feasible solutions to a given optimization problem. The population is then subjected to a handful of operators like selection, crossover, and mutation to give rise to fitter (optimized) solutions through a large number of generation cycles.
Genetic Algorithm (GA)
The is a typical Evolutionary Algorithm based on the Darwinian theory of natural selection and survival of the fittest. It beings with a population of randomly-generated solutions to an (optimization) problem and through a computational process mimicking the natural processes of fitness evaluation, biological selection, crossover and mutation, "evolves" them into optimized solutions.
Harmony Search Algorithm (HSA)
The Harmony Search Algorithm is based on the metaphor of how musicians fine tune (or evolve) their notes in conjunction with others to produce a harmonious melody. We have used the HS algorithm to evolve a computer program containing a Neural Network to learn to play the game of Othello.
SWARM INTELLIGENCE
A swarm is a large number of homogenous, unsophisticated agents that interact locally among themselves and their environment without any central control or management. The collective behavior of self-organized, but decentralized natural or artificial systems that leads to the solution of complex problems is called Swarm Intelligence. The individuals that make up the swarm are often extremely simple agents, that lack memory, intelligence or even awareness of one another. By following simple rules like sticking together and avoiding collision, they give rise to a form of emergent intelligence.