CharlesHEaster / NeuralNet

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

Retrieve networks from file #3

Open CharlesHEaster opened 3 years ago

CharlesHEaster commented 3 years ago

Develop a way to retrieve networks from the save file and run them with new inputs.

CharlesHEaster commented 3 years ago

yep, it's a hassle. But I have made a somewhat sensical set of static methods to unpackArrayList(String) and convertToIntegerArray(ArrayList) etc. I got to the constructor. Now I just need to plug in all the rest of those variables... and unpack networks... ugh, I knew this would be tough.

CharlesHEaster commented 3 years ago

also, i need to add the working filename and the working morgue directory to the save file.

CharlesHEaster commented 3 years ago

...and change the Trial.run() function to accept this.currentCycle.

public static Trial Trial.load(String filePath)