To use all functions of this page, please activate cookies in your browser.
my.bionity.com
With an accout for my.bionity.com you can always see everything at a glance – and you can configure your own website and individual newsletter.
- My watch list
- My saved searches
- My saved topics
- My newsletter
Cultural algorithmCultural algorithms (CA) are a branch of evolutionary computation where there is a knowledge component that is called the belief space in addition to the population component. In this sense, cultural algorithms can be seen as an extension to a conventional genetic algorithm. Cultural algorithms were introduced by Reynolds (see references). Additional recommended knowledge
Belief spaceThe belief space of a cultural algorithm is divided into distinct categories. These categories represent different domains of knowledge that the population has of the search space. The belief space is updated after each iteration by the best individuals of the population. List of belief space categories
PopulationThe population component of the cultural algorithm is approximately the same as that of the genetic algorithm. Communication protocolCultural algorithms require an interface between the population and belief space. The best individuals of the population can update the belief space via the update function. In the other hand, the knowledge categories of the belief space can affect the population component via influence function. The influence function can affect population by altering the genome or the actions of the individuals. Pseudo-code for cultural algorithms
Applications
See also
References
|
|
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Cultural_algorithm". A list of authors is available in Wikipedia. |