Many thanks Prof. for the great lecture with beautiful illustrations
@philippz.23643 жыл бұрын
Thank You!
@alexandrevachon5414 жыл бұрын
I love the idea of superlinear convergence. This superlinear convergence is also present for the secant method (alpha = 1.618), Muller's method and inverse quadratic interpolation (alpha = 1.84 for both). However, only the secant method yields interesting fractal results, while this method, Jarratt's method, resulting from successive parabolic interpolation, shows interesting results similar to the secant method. Plus, these methods have what I like to call the order of "subquadratic convergence". Like Muller's method and inverse quadratic interpolation, it needs three points, as a result of relying on Lagrange polynomials. There's also a relationship about the interest of fractal structures and order of convergence. The higher the order is, the faster it converges, but it makes less interesting fractals, while lower convergence order yields more interesting results. By the way, is there a way to share my fractal works with you?
@OscarVeliz4 жыл бұрын
Your post on Durand-Kerner is being marked as spam by KZbin (probably because of the links), but I did take a look at the fractals that you and others were sharing on Fractalforums.
@alexandrevachon5414 жыл бұрын
@@OscarVeliz This shows that any root finding method can be represented as a fractal, but some are more difficult than others, like Jenkins-Traub, Bisection, Regula falsi and Lehmer-Schur.
@alexandrevachon5414 жыл бұрын
@@OscarVeliz Have you tried Ultra Fractal?
@OscarVeliz4 жыл бұрын
I haven't although I understand it is quite capable. My fractal programs (found on GitHub) are written using gnuplot.
@alexandrevachon5414 жыл бұрын
@@OscarVeliz Would it be possible to convert some of your code to .ufm files (the format used for fractal formula files in Ultra Fractal)? (although you may need to get used to it first)
@alexandrevachon5413 жыл бұрын
Does anyone have an idea of an unconstrained derivative/gradient-free optimization technique for more than one variable?
@OscarVeliz3 жыл бұрын
Pattern Search. I have it in the queue but there are at least three or four topics ahead of it.
@alexandrevachon5413 жыл бұрын
@@OscarVeliz I also tried the Nelder-Mead method on Ultra Fractal, and it worked, and though it did not generate any notable fractal pattern, it did show the minima of the function. And what would be the order of convergence of this method?
@OscarVeliz3 жыл бұрын
Neat that you were able to get it working on Ultra. I do not know the order. A quick search left me with the impression that it is an open question.