CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 493 forks source link

Unable to Run Circuits Example Because of Missing Library #177

Open berylliumquestion opened 5 years ago

berylliumquestion commented 5 years ago

I was trying to run evolve.py, but I noticed the fitness was staying stuck at -10.0 . I remembered that -10.0 is the default for when an exception occurs. I tracked it down to a missing ngspice library, now the only problem is that I can't seem to find a proper library anywhere for some reason. Does anyone know where I can find the original file that was used or a replacement?