IMPORTANT: This class is being introduced temporarily in support of research
experiments. It is likewise being deprecated in the same release that introduces it. It will
be removed in a future release with no further notice once it fulfills its research purpose.
That removal will not be considered a breaking change since library users have been notified
at class introduction, and should thus not depend upon it in the first place. It uses the
typical standard implementation of a generation of an EA. The existing class GenerationalEvolutionaryAlgorithm instead uses a non-standard, but logically and
statistically equivalent, highly optimized implementation of a generation of an EA. Thus, you
should use the GenerationalEvolutionaryAlgorithm class instead of this one.
GenerationalEvolutionaryAlgorithm
instead uses a non-standard, but logically and statistically equivalent, highly optimized implementation of a generation of an EA. Thus, you should use theGenerationalEvolutionaryAlgorithm
class instead of this one.