Optimization - maximize the sum of distances to the power alpha

In summary: At other values of alpha, this is not necessarily the case as the distances are raised to a power and may not decrease as quickly. The constraints will affect the distribution of points on the sphere, as they limit the possible values of the points, but the gradients of the constraints may also affect the shape and curvature of the distribution. Alpha = 2 is also special because it is the only value that results in the objective function being minimized. At other values, the objective function may have varying values depending on the arrangement of points.
  • #1
vladimir69
130
0
hi, what i am trying to do is maximize the sum of distances to the power alpha between all the points
[tex]D_{\alpha} (\mathcal{U}) = \sum_{i=1}^m \sum_{\substack{j=1\\j\neq i}}^m|\mathbf{u}_i - \mathbf{u}_j|^\alpha [/tex]
on the surface of a sphere of radius 1 where
[tex]\mathbf{u} \in \mathbb{R}^3[/tex]
and
[tex]|\mathbf{u}|[/tex] = the euclidean norm of a vector in [tex]\mathbb{R}^3[/tex]

i need to find out the following:
1. what is the effect of the constraint gradients on this problem?

i got the constraints to be

[tex] x_1^2+x_2^2+x_3^2=1[/tex]
[tex]x_i \geq 0[/tex] [tex] \forall i = 1,2,3 [/tex]
[tex]x_i \leq 1[/tex] [tex] \forall i =1,2,3 [/tex]

now i think the constraints will affect where the points are distributed around the sphere but i am not sure what effect the constraints gradients will have. is it because the curvature of the constraints also influence where the points will be placed on the sphere?

2. what is special about alpha = 2 as opposed to alpha = 1.5 or alpha = 3?

i am thinking something special is supposed to happen at alpha = 2 but can't notice anything different at all when i run my program. when i say can't notice anything different, with each of the three alphas i tried (1.5 , 2 and 3) 20 trials, produced varying values for the objective function. i was under the impression that for alpha = 2 i was supposed to get -800 all the time.
 
Physics news on Phys.org
  • #2
At alpha = 2, the objective function is minimized when all the points are as far away from each other as possible. This is because at this value of alpha, the distances are squared, so the further apart the points are, the lower the value of the objective function will be.
 
  • #3


1. The constraints in this problem will affect the distribution of points on the surface of the sphere. The constraint gradients, which represent the rate of change of the constraints with respect to the variables, will determine the direction in which the points can move on the sphere. For example, if the constraint gradient for x_1^2+x_2^2+x_3^2=1 is positive, it means that increasing the value of x_1 will also increase the value of x_2 and x_3 in order to satisfy the constraint. This will result in the points being distributed more towards the positive x_1 direction on the sphere. Similarly, if the constraint gradient is negative, the points will be distributed more towards the negative x_1 direction. The curvature of the constraints will also play a role in determining the shape of the distribution of points on the sphere.

2. When alpha = 2, the objective function has a special property known as scale invariance. This means that if all the points on the sphere are scaled by a constant factor, the value of the objective function will remain the same. This is not the case for other values of alpha, such as 1.5 or 3, where scaling the points will result in a different value for the objective function. This property of scale invariance makes the optimization problem simpler and easier to solve for alpha = 2. Additionally, when alpha = 2, the objective function can be expressed as the negative of the sum of squared distances between the points, which has a well-known minimum at the center of the sphere. This is why you may have been expecting to get -800 as the optimal value for your objective function in your trials. However, this may not always be the case and the optimal value may vary depending on the initial distribution of points and the constraints.
 

Related to Optimization - maximize the sum of distances to the power alpha

1. What is optimization?

Optimization is the process of finding the best solution or set of solutions to a problem. It involves maximizing or minimizing a specific objective function while considering any constraints or limitations.

2. What does it mean to maximize the sum of distances to the power alpha?

This refers to a specific type of optimization problem where the objective is to maximize the sum of distances raised to a power, alpha. This can be used to solve various problems in mathematics, engineering, and other fields.

3. How does optimization with distance to the power alpha work?

In this type of optimization, the distances between points are raised to a power, alpha, and then summed together. The goal is to find the values for the points that will result in the maximum sum of distances to the power alpha.

4. What is the significance of choosing the power alpha?

The power alpha is a tuning parameter that affects the shape and sensitivity of the optimization problem. Choosing the appropriate alpha value can lead to better solutions and more accurate representations of the problem.

5. What are some real-world applications of optimization with distance to the power alpha?

This optimization method has been used in various fields, such as machine learning, network analysis, and data compression. It can also be applied to solve problems in transportation, economics, and logistics.

Similar threads

Replies
7
Views
1K
Replies
1
Views
465
Replies
1
Views
1K
  • High Energy, Nuclear, Particle Physics
Replies
1
Views
1K
  • Special and General Relativity
Replies
1
Views
700
Replies
5
Views
1K
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
5K
Back
Top