Results 2 comments of Pietro Squilla

I'm waiting too for update about changing the activation function :)

Following the examples of repository my implementation is (most relevant piece of code): ``` genann *ann = genann_init(INPUT,LAYER,NEURONS,OUTPUT); ann->activation_output = genann_act_linear; // training for(i=0; i