moving atributes to NeuronInterface for speed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user