EvolvingBehavior  0.2.0
 
Loading...
Searching...
No Matches
UTopNFitnessSelector Class Reference

Deterministically selects the top N most-fit individuals as parents. More...

#include <TopNFitnessSelector.h>

Inheritance diagram for UTopNFitnessSelector:
UParentSelector

Public Member Functions

void Init (float topNFraction)
 
virtual TArray< FParentFitnessInfoSelectParents (TArray< FParentFitnessInfo > parentInfo, URandomGen *randomGen)
 

Additional Inherited Members

- Public Attributes inherited from UParentSelector
virtual TArray< FParentFitnessInfo > SelectParents(TArray< FParentFitnessInfo > parentInfo, URandomGen *randomGen) PURE_VIRTUAL(UParentSelector return temp
 

Detailed Description

Deterministically selects the top N most-fit individuals as parents.

Author
npcdev
Date
8/5/21

The documentation for this class was generated from the following files:
  • Source/EvolvingBehavior/Public/GeneticProgramming/TopNFitnessSelector.h
  • Source/EvolvingBehavior/Private/GeneticProgramming/TopNFitnessSelector.cpp