Difference between revisions of "User talk:Starrynte/Remez"

From Robowiki
Jump to navigation Jump to search
(extrema of an error function?)
 
(problem resolved)
 
Line 1: Line 1:
I need some help. Currently I'm using newton's method to find extrema of some error function, using the previous extrema as the initial value for newton's method. The trouble is it's not accurate enough and sometimes has seemingly random behavior...any suggestions for a more accurate a priori guess? --[[User:Starrynte|Starrynte]] 05:10, 17 May 2009 (UTC)
+
<strike>I need some help. Currently I'm using newton's method to find extrema of some error function, using the previous extrema as the initial value for newton's method. The trouble is it's not accurate enough and sometimes has seemingly random behavior...any suggestions for a more accurate a priori guess? --[[User:Starrynte|Starrynte]] 05:10, 17 May 2009 (UTC)</strike>RESOLVED, now using bisection method, which although slow, it always works

Latest revision as of 02:39, 18 May 2009

I need some help. Currently I'm using newton's method to find extrema of some error function, using the previous extrema as the initial value for newton's method. The trouble is it's not accurate enough and sometimes has seemingly random behavior...any suggestions for a more accurate a priori guess? --Starrynte 05:10, 17 May 2009 (UTC)RESOLVED, now using bisection method, which although slow, it always works