CharlesHEaster / NeuralNet

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

Trial.inputBuilder() #8

Closed CharlesHEaster closed 3 years ago

CharlesHEaster commented 3 years ago

Something like that. Helps to build the Trial Inputs. Also, trial inputs will come in TrialInputs[[x1, x2, x3...][y1, y2...]...] and need to change to TrialInputs[[x1, y1, z1...][x2, y2...]...]. Trial.flipDoubleArrayList() or some such.

CharlesHEaster commented 3 years ago

I've decided to no longer focus on making this framework user friendly, or for any user other than me really. I did add a static Trial.flipDoubleArray() function to help me in the future though, so that's something.