@CH_Andre_Mailoa wrote:
Hello guys,
I have a Plant data and try to fitting it with 2nd Differential Equation that described APMonitor by Find Minimum of the Sum of Relative Error (modified from Sum of Absolute Error to get 0 - 100% error value).
I have some insight by following https://discuss.mathdotnet.com/t/how-to-use-the-optimization-class/545, but i have trouble to have divergent result. Either i get NaN or Infinity Sum of Relative Error. I tried to to manipulate it by override the Sum of Relative Error Value that resulted NaN or Infinity to last good value.
But i get exception on my Application
System.overflow: ‘Value was either too large or too small for a Decimal.’
I still don’t understand how to get convergent result properly. Please guide me to solve this.
If you need the code i will edit my post
NOTE:
- I Use ForwardDifferenceGradientObjectiveFunction to get Gradient
- I use ConjugateGradientMinimizer to evaluate the gradient
- after all i do FindMinimum
Thanks in advance
Andre Mailoa
Process Control Engineer
Posts: 1
Participants: 1