Techniques for Optimizing Partitioning of Positive Real Numbers

  • Context: Graduate 
  • Thread starter Thread starter nerdjock
  • Start date Start date
  • Tags Tags
    Sets
Click For Summary
SUMMARY

The discussion focuses on techniques for partitioning a set of positive real numbers into two subsets, aiming to minimize the absolute difference in their sums and the sum of a defined function over each subset. Key methods mentioned include brute force approaches for smaller datasets and the application of Lagrange multipliers for continuous functions. The importance of weighting the conditions to reflect their relative significance is also highlighted. This topic falls under the realm of optimization in mathematics.

PREREQUISITES
  • Understanding of optimization techniques in mathematics
  • Familiarity with Lagrange multipliers
  • Knowledge of set theory and partitioning
  • Basic principles of continuous functions
NEXT STEPS
  • Research optimization techniques using Lagrange multipliers
  • Explore brute force algorithms for set partitioning
  • Learn about weighted optimization problems
  • Study continuous functions and their properties in optimization
USEFUL FOR

Mathematicians, data scientists, and anyone involved in optimization problems, particularly those working with partitioning and minimizing functions over sets of positive real numbers.

nerdjock
Messages
3
Reaction score
0
Hello,

I have a problem where I have a set of positive real numbers and must partition this set into two new sets such that:

1. The sum of the values in each set is as close as possible to the sum of the values in the other set. i.e. the difference is as close to zero as is possible.

2. A function f defined over the elements of each set is simultaneously minimized for both sets.

Essentially such that (Absolute value of difference of the sum in each set)+ (Sum of value of function in each set) is as small as possible. One condition may be more important than the other, so weights may be applied to both conditions to signify relative importance.

What techniques could I use for this? It would be great if someone could identify which branch of mathematics this falls under, as I would very much like to learn about it for myself, but am unable to determine were I should be looking.

Thanks very much in advance.
 
Mathematics news on Phys.org
You have two function ##f,g\, : \,S \longmapsto \mathbb{R}_+## and weights, which means a single function ##H\, : \,\lambda f + (1-\lambda)g## which you want to minimize. Depending on the amount of date, a brute force method could be successful. In case you can model your data by a continuous function, a Lagrange multiplier ansatz might work.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 85 ·
3
Replies
85
Views
9K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
933