Neuron change

This commit is contained in:
2016-02-01 23:43:13 +01:00
parent 3e383e9add
commit ea4ce22867
8 changed files with 147 additions and 13 deletions

View File

@@ -22,8 +22,9 @@ namespace NeuralNetwork {
};
static std::ostream& operator<<(std::ostream& o, const Stringifiable& n) {
inline static std::ostream& operator<<(std::ostream& o, const Stringifiable& n) {
n.stringify(o);
return o;
}
}