>> [w,b,v] = trial(n);
>> answer = tSolution(X,w,b,v,A);
- Q4 can not provide stable and precise solution
- For each new input the NN has to be re-trained completely
- For new type of ODEs the format of trial solution has to be specified
- The performance of trial solver drops quickly when the order of ODEs increases
- The performance of trial solver drops quickly when the number of hidden nodes increases