User talk:Starrynte/Remez

From Robowiki
< User talk:Starrynte
Revision as of 02:39, 18 May 2009 by Starrynte (talk | contribs) (problem resolved)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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