• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Max-Min-Root algorithms

Joined
2/21/10
Messages
50
Points
18
Hello!

I wonder which is the best algorithms to find the max-min or root(s) of a function... I have developed a code which passes through the all points of the function in a very big range and chooses if the value is max, min or equal to 0. So it takes very long time to get the value. What would you advice?

Thanks a lot
 
Thank you very much Daniel. Actually Im a C# user, could you recommend something similar for C# (i mean the PDF). Focused on mathematical programming.

Thanks 1000000 times
 
Back
Top