-
-
Notifications
You must be signed in to change notification settings - Fork 19
Performance Evaluations
Iaroslav Omelianenko edited this page May 8, 2021
·
3 revisions
The basic system's performance is evaluated by two kind of experiments:
- The XOR Experiments which test whether topology augmentation actually happens by NEAT algorithm. To build XOR solving network the NEAT algorithm should grow new hidden unit in the provided start genome.
- The Single and Double pole balancing experiments which is classic Reinforcement Learning experiments allowing us to estimate performance of the NEAT algorithm against proven results acquired from other algorithms. We can benchmark NEAT performance against other algorithms and find out if it performs better or worse.