[][src]Module radiate::engine::survival

Enums

ParentalCriteria

Implement a way to pick parents of children, in other words how is the rest of the population generation after those who don't survive die out.

SurvivalCriteria

Note these should not be directly exposed to the user as to avoid confusion with /// too many knobs to turn to create a population. Instead, provide functions to add /// them and defaults if they are not added. These are not necessarily needed options, /// they are add-ons and really only for if you really want to test around with your /// structure that is evolving, provides users with more options which is always good /// Implement a way to pick which way to pick those members who survive each generation, in other words - pick who gets to stay, those who do not get to stay 'die off' and are replaced by the children