Optimization with schedule constraints

Click For Summary
SUMMARY

The discussion focuses on an optimization problem involving vertical containers with distinct chemical liquids, where the goal is to minimize the cumulative sum of the squares of the chemical heights through optimal switching times of a common outflow valve. The challenge includes adhering to sparse future time windows during which specific chemicals must flow out, complicating the optimization process. The participants highlight the need for real-time decision-making to minimize the sum from time t_0 to t_N, suggesting that traditional methods may not suffice. The concept of "optimal control" is introduced as a relevant mathematical framework for addressing this problem.

PREREQUISITES
  • Understanding of optimization problems in chemical processing
  • Familiarity with real-time decision-making algorithms
  • Knowledge of optimal control theory
  • Experience with cumulative sum and sum of squares calculations
NEXT STEPS
  • Research "optimal control theory" for applications in chemical processing
  • Explore algorithms for real-time optimization in production scheduling
  • Study "dynamic programming" techniques for minimizing cumulative sums
  • Investigate case studies on scheduling problems with time constraints
USEFUL FOR

Engineers, operations researchers, and data scientists involved in chemical processing optimization, particularly those working on scheduling and real-time decision-making challenges.

aydos
Messages
19
Reaction score
2
Hi, I have a optimization problem and I need to find a way to solve it even if only with an approximate solution.

Let's suppose we have a finite set of vertical containers each with a distinct liquid chemical inside.(say a handful of vertical pipes). At the top, these containers have an inflow of chemical all at different and varying flow rates. We have sensors to measure the height of the chemical inside each container. At the bottom, they all connect into a single common point with a switching outflow valve that allows the discharge of only one container at any point in time.

The optimization comprises the minimization of the cumulative sum of all chemical heights, via the optimal switching times of the outflow valve. Switching has a cost of no flow for X seconds.

This seems rather like a common production scheduling problem where one needs to work out the sequence and switching times of the valve in real time based on sensor readings. But there is one additional constraint:

- there is a set of future time windows (schedule) during which a particular chemical must be flowing out. The schedule is sparse, say about 90% of the time there is nothing scheduled.

One obvious approximation is to approximate the optimal solution by optimizing without the schedule constraints and simply switch to the scheduled chemical when the time comes and hope for the best. This is however, not enough. I suspect there must be more optimal solutions out there.

Any ideas or pointers of where I could find solutions to similar problems?
 
Mathematics news on Phys.org
aydos said:
The optimization comprises the minimization of the cumulative sum of all chemical heights, via the optimal switching times of the outflow valve

Won't this sum vary with time? How do you decide if one sum-vs-time is "smaller" than another sum-vs-time?
 
Good question, yes it varies with time. We need to make real-time decisions that will optimally minimize the sum from t_0 to t_Inf. However, I would be happy with solving from t_0 to t_N where N is a receding horizon.

Also I just realized that we are trying to minimize the sum of squares of the heights not simply the sum of heights. Sorry for the oversight.
 
aydos said:
We need to make real-time decisions that will optimally minimize the sum from t_0 to t_Inf..

It isn't clear what that means. Are you talking about an integration with respect to time?
 
Yes.
 
There is a branch of applied mathematics called "optimal control" that includes situations where a process is controlled by using continuous functions to manipulate the inputs. I don't understand the specifics of you problem well enough to match it to any textbook optimal control problem.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
13K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
9K
  • · Replies 3 ·
Replies
3
Views
2K