Optimizing Across Noisy Domain

  • Thread starter Thread starter tangodirt
  • Start date Start date
  • Tags Tags
    Domain
AI Thread Summary
Established methods for optimizing across a noisy 2D surface include filtering techniques like the median filter, but the effectiveness depends on specific criteria for optimality, the nature of the expression being optimized, and additional details such as constraints and the need for speed in solving. The discussion emphasizes the importance of defining what "optimal" means in the context of a noisy function, as noise can significantly affect the perceived maximum or minimum. Suggestions include considering the characteristics of the noise and potentially using techniques like Singular Value Decomposition (SVD), although this may still require computing the entire surface. Without more details about the problem, it's challenging to provide targeted advice. Clarifying the optimization criteria and noise characteristics is essential for effective solutions.
tangodirt
Messages
51
Reaction score
1
Are there any established methods for optimizing across a 2D surface with noise? I am trying to find the maximum across a 2D surface, but the surface is extremely noisy. Ideally, I would numerically optimize a function without resorting to computing the entire surface, filtering the surface, and searching for a maximum, but I am not finding any established methods for this.

Any ideas?
 
Mathematics news on Phys.org
'Optimize' can mean almost anything. The right thing to do will strongly depend on

1. The criterion by which you are defining optimality ,

2. The form of the expression you are optimizing, and

3. Any other detauls that matter: constraints, continuous or discrete space, whether this is somethig that must be solved many time very quickly or if it just done once in awhile and can run a long time to converge, etc.

Unless you provide more details folks here cannot do much to help you.

Jason
 
jasonRF said:
'Optimize' can mean almost anything. The right thing to do will strongly depend on

1. The criterion by which you are defining optimality ,

2. The form of the expression you are optimizing, and

3. Any other detauls that matter: constraints, continuous or discrete space, whether this is somethig that must be solved many time very quickly or if it just done once in awhile and can run a long time to converge, etc.

Unless you provide more details folks here cannot do much to help you.

Jason

1. Maximize/minimize over a known domain.

2. It is a generic function. A black box with two inputs that returns an output that is noisy.

3. Something that needs to be solved many times, very quickly.

Think of this as Excel's "Solver", but with a noisy function.
 
I've never used excel's solver - you aren't describing what 'optimal' means. If your function is noisy, the maximum or minimum will likely be due to noise, not what you care about. So ... what does 'optimal' mean in this instance? What do you know about the problem (characteristics of noise, etc.)?

jason
 
Would the SVD be helpful? It would presumably still require you to compute the entire surface, though.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top