Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Load() function #66

Open
LPioL opened this issue Jun 9, 2021 · 0 comments
Open

Problem with Load() function #66

LPioL opened this issue Jun 9, 2021 · 0 comments

Comments

@LPioL
Copy link

LPioL commented Jun 9, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant