MultiNEAT icon indicating copy to clipboard operation
MultiNEAT copied to clipboard

Documentation call for genome lacks parameter

Open regtm opened this issue 5 years ago • 0 comments

Hi, when following the documentation/tutorial creating the genome fails, as the call in the documentation seems to lack a parameter (likely int a_FS_NEAT_links). I'd guess this is the numbers of links between neurons? Maybe you could update the tutorial.

genome = NEAT.Genome(0, 3, 0, 2, False, NEAT.ActivationFunction.UNSIGNED_SIGMOID, NEAT.ActivationFunction.UNSIGNED_SIGMOID, 0, params, 0)
     Genome.__init__(Genome, int, int, int, int, bool, ActivationFunction, ActivationFunction, int, Parameters, int)
 did not match C++ signature:
     __init__(_object*, unsigned int, unsigned int, unsigned int, unsigned int, bool, NEAT::ActivationFunction, NEAT::ActivationFunction, int, NEAT::Parameters, unsigned int, unsigned int)

regtm avatar Dec 16 '19 10:12 regtm