Find global minimum of f(x1,x2, xn), with many local minima

Click For Summary
SUMMARY

The discussion centers on finding the global minimum of a highly non-linear function f(x1, x2, ..., xn) defined over the domain [0,1]^n, where n is approximately 50. The function evaluates in about 1 second and is the sum of squares of around 1,000,000 arguments, leading to numerous local minima. Participants recommend using simulated annealing as an effective optimization technique to navigate the complex landscape of local minima without getting trapped.

PREREQUISITES
  • Understanding of non-linear optimization techniques
  • Familiarity with simulated annealing algorithms
  • Knowledge of multi-dimensional function evaluation
  • Basic concepts of local vs. global minima
NEXT STEPS
  • Research simulated annealing tuning methods for optimization
  • Explore alternative optimization algorithms like genetic algorithms
  • Learn about multi-dimensional optimization strategies
  • Investigate the impact of dimensionality on optimization performance
USEFUL FOR

Researchers, data scientists, and optimization engineers dealing with complex multi-dimensional functions and seeking efficient methods to find global minima in non-linear landscapes.

mikeph
Messages
1,229
Reaction score
18
Hi

I have some function f = f(x1,x2,...xn) over some domain [0,1]^n, and I'd like to find the global minimum. The function is *highly* non-linear and takes about 1 second to evaluate. I know it's positive because it's the sum of squares of about 1,000,000 arguments, each of which pretty much depends (non-linearly) on every single argument x1,x2...xn., where n ≈ 50; As a result I expect there to be a very large number of local minima.

Can anyone suggest a good approach to this problem? Standard minimum search algorithms get lost in a local minima or take forever calculating 50-D Jacobians.

Any suggestions?
Thanks
 
Mathematics news on Phys.org
Have you tried simulated annealing? If properly tuned, it can avoid getting stucked into a local minimum.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 0 ·
Replies
0
Views
3K
Replies
14
Views
7K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 102 ·
4
Replies
102
Views
11K