Lastly if the fractals are working for functions other than arctan then I don't think the zero is causing that issue because that would only impact the starting point in the center. That condition isn't part of the loop.
Thank you very much! Such underappreciated content right here! Freak my uni if i need to study all by youtube. Thank god (and you ofc :) ) that your channel exists.
Good video, Oscar. So based on our conversation earlier, it seems like fib search is effective for limiting function calls. For applications or web services that are crunching large datasets and searching for a minimal value of some variable, wonder how effective this algorithm can be due to limiting function calls. Especially while crunching numbers in a cloud service environment that can get costly over time.
The answer is always "it depends" but here's my take. The methods I have covered so far all have a linear order so if ternary, dichotomous, or fib are your choices then saving on calls is the best option; go with fib. There are other minimization schemes, like golden-section search, and soon I will cover a superliner order minimization algorithm but it can diverge.
Excellent presentation
This is good quality work. You mention the little bits that help with comprehension. Thanks, and well done on producing this video.
Thank you! Visualisation really helped me understand Fibonacci method better.
Thank you! This was explained really well. The visualisation helped me to understand the method a lot better!
I love the Fibonacci sequence.
There seems to be an issue with Creator Studio. I post a comment and but when I refresh the comment disappears.
Also try comparing not comparing with z but rather x == 0 and y == 0
Lastly if the fractals are working for functions other than arctan then I don't think the zero is causing that issue because that would only impact the starting point in the center. That condition isn't part of the loop.
Thank you very much! Such underappreciated content right here! Freak my uni if i need to study all by youtube. Thank god (and you ofc :) ) that your channel exists.
yeah
good video .. Gracias Oscar
TY my university can't bother to explain it well
I'm starting to belive that EVERY university doesn't bothering to explain anything nowadays...
Hello Oscar! I've had some trouble with the Lehmer-Schur algorithm. Can you explain it? It would be helpful!
I'll add it to the queue.
Good video, Oscar. So based on our conversation earlier, it seems like fib search is effective for limiting function calls. For applications or web services that are crunching large datasets and searching for a minimal value of some variable, wonder how effective this algorithm can be due to limiting function calls. Especially while crunching numbers in a cloud service environment that can get costly over time.
The answer is always "it depends" but here's my take. The methods I have covered so far all have a linear order so if ternary, dichotomous, or fib are your choices then saving on calls is the best option; go with fib. There are other minimization schemes, like golden-section search, and soon I will cover a superliner order minimization algorithm but it can diverge.
Thx bro , best
Thx bro , best