moving atributes to NeuronInterface for speed

This commit is contained in:
2016-02-18 18:43:09 +01:00
parent ec82018ef9
commit ce814b89b0
7 changed files with 75 additions and 109 deletions

View File

@@ -15,6 +15,7 @@ int main() {
for(size_t i=0;i<solutions.size();i++) {
float res= a.computeOutput({1,0.7})[0];
float resA=solutions[i];
assert(res > solutions[i]*0.999 && res < solutions[i]*1.001);
}
}