[][src]Module optlib::genetic::pairing

The module with pairing algorithm traits. The pairing algorithm selects individuals for crossing.

Structs

RandomPairing

Pairing algorithm which select random individuals for crossing.

Tournament

Algorithm of tournament.