void feed(const layer<lt>& p){ neurons[0]=p; if(neurons[1].len()!=p.len()) neurons[1]=layer<lt>(p.len()); hopstep=0; generateOrder(); }