Skip to content

Problem with Load() function #66

@LPioL

Description

@LPioL

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions