You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to save and load the phenotype I have after evolution. The Load function() freezes my computer by using all the memory.
You can replicate this problem with:
Hi,
I try to save and load the phenotype I have after evolution. The Load function() freezes my computer by using all the memory.
You can replicate this problem with:
winner_net_CPPN = NEAT.NeuralNetwork()
best_genome.BuildPhenotype(winner_net_CPPN)
winner_net = NEAT.NeuralNetwork()
best_genome.BuildESHyperNEATPhenotype(winner_net, substrate, params)
winner_net.Save("winner_net.txt")
winner_net.Load("winner_net.txt")
If you have any idea how to resolve this, it would be great!
The text was updated successfully, but these errors were encountered: