Skip to contents

This function selects constitutes the couples that will give the next generation individuals by adding the couple id on the mate attribute.

Usage

tag_Couples(pop, parents)

Arguments

pop:

The population on which we the couples are being constituted;

parents:

The parent candidate individuals from which the couples will be selected.

Value

The parent population with the couple tags set.