Finding mimum of a function with 2 local mins

  • Context: Graduate 
  • Thread starter Thread starter daviddoria
  • Start date Start date
  • Tags Tags
    Function Local
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
daviddoria
Messages
96
Reaction score
0
I have a function that looks like this:
http://rpi.edu/~doriad/view1.jpg The function is non analytic, so I have to use something like the steepest descent method with numerical gradients to find the minimum. However, if my starting point is on the left of the tall peak, the min I find is on the left side (clearly) and if I choose the starting point to be on the right side I find the low point on the right. Clearly in this case I could just do both and take the smaller one, but if I'm not sure about the location of the tall peak to start with, I can't simply choose a starting point on either side. Is there a way to find the actual lowest point consistently?

Thanks,

David
 
Last edited by a moderator:
Physics news on Phys.org
Hi David,

I think it would be a lot better if you could provide an image of the function to make it all much more clear.
 
The image has been posted.
Bump!