- Preparing search index...
- The search index is not available
TinyNEAT
Function createHallOfFame
- createHallOfFame(size): {
getBestGenomes: (() => Genome[]);
tryAdding: ((contestant) => void);
}
-
Returns {
getBestGenomes: (() => Genome[]);
tryAdding: ((contestant) => void);
}
-
getBestGenomes: (() => Genome[])
-
tryAdding: ((contestant) => void)
-
- (contestant): void
-
Returns void
Create an object that tracks the top performing individuals.