Which Functions Have Multiple Local Minima?

  • Context: Undergrad 
  • Thread starter Thread starter Old Monk
  • Start date Start date
  • Tags Tags
    Function Local Minima
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
Old Monk
Messages
8
Reaction score
0
I've been working on a decentralized algorithm for finding local minima. Can anyone give me a few examples of mappings of the form F:R→R that have multiple local minima. I'm having problems defining neighbourhood on mappings from R2→R, so I thought I'll test it out on single variable functions first.

Thanks.
 
Physics news on Phys.org
Try the sum of some trig functions with no common periouds, for example
##\sin x + \cos( \sqrt 2 x) + \sin( \sqrt3 x)##.

Or if you want a cluster of local minima, throw in something like ##\sin(1/x)##