Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. struct DNA {
  2. vector<int> sizes;
  3. vector<Function> types;
  4. vector<vector<double>> biases;
  5. vector<vector<vector<double>>> weights;
  6. };
Add Comment
Please, Sign In to add comment