Bipolar Mating Tendency

Unlike the state of the art selection methods of GAs, BMT diversifies the mating process with the inclusion of less favorable solutions
6 Downloads
Updated 19 Mar 2022

View License

Instead of creating a complicated selection method, can a simple method solve the problems that GAs generally get stuck in? This question sheds light the way of reaching Bipolar Mating Tendency (BMT) selection method.
The main idea of BMT was influenced by Standard Tournament (ST). It randomly selects two groups of individuals from the population, candidates of the first mate and the second mate. The first mate is the fittest individual among the first group members as in ST. Contrary to the first mate selection, the second mate has ambiguous fitness property. Depending on the first mate’s psychological state that is bipolar, the second mate can be either the best individual or the worst individual from the second group members. The first mate’s psychological state is determined by a random value. If the random value is less or equal than bipolarity value, the second mate will be the best of second group. This procedure is identical to ST. However, if the random value is greater than bipolarity value, the first mate displays an unusual behavior that chooses the worst individual in the second group for mating.

Cite As

Gençal, Mashar Cenk, and Mustafa Oral. “Bipolar Mating Tendency: Harmony Between the Best and the Worst Individuals.” Arabian Journal for Science and Engineering, vol. 47, no. 2, Springer Science and Business Media LLC, Sept. 2021, pp. 1849–71, doi:10.1007/s13369-021-06105-5.

View more styles
MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Only the information of the paper was updated.

1.0.0