CharlesHEaster / NeuralNet

My attempt to create a framework to create and train neural networks through fitness evolution.
0 stars 0 forks source link

Print Morgue to File #1

Closed CharlesHEaster closed 4 years ago

CharlesHEaster commented 4 years ago

set up to Print the Morgue to File

CharlesHEaster commented 4 years ago

Also, should be done as it goes, not saving all dead networks to an instance variable then printing at the end. It would bog down the system for large Trials. Will possibly need to make "currentMorgue" file (then "currentMorgue2" if 2 trials at once, and so on) and then rename it to match the trial output file.

CharlesHEaster commented 4 years ago

Done. Also turns out buffered file writer handles it well.