This is good quality work. You mention the little bits that help with comprehension. Thanks, and well done on producing this video.
@saranikolic22833 жыл бұрын
Thank you! Visualisation really helped me understand Fibonacci method better.
@The1ceCube Жыл бұрын
Thank you! This was explained really well. The visualisation helped me to understand the method a lot better!
@wellplayed86 Жыл бұрын
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.
@alexandrevachon5414 жыл бұрын
I love the Fibonacci sequence.
@OscarVeliz4 жыл бұрын
There seems to be an issue with Creator Studio. I post a comment and but when I refresh the comment disappears.
@OscarVeliz4 жыл бұрын
Also try comparing not comparing with z but rather x == 0 and y == 0
@OscarVeliz4 жыл бұрын
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.
@karim89139 ай бұрын
yeah
@erdem5523 Жыл бұрын
Thx bro , best
@montagne13 Жыл бұрын
good video .. Gracias Oscar
@rakim77173 жыл бұрын
TY my university can't bother to explain it well
@wellplayed86 Жыл бұрын
I'm starting to belive that EVERY university doesn't bothering to explain anything nowadays...
@ericgutierrez82614 жыл бұрын
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.
@OscarVeliz4 жыл бұрын
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.
@alexandrevachon5414 жыл бұрын
Hello Oscar! I've had some trouble with the Lehmer-Schur algorithm. Can you explain it? It would be helpful!