473,395 Members | 1,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

robust optimisation

Dear all,

I have a LP model here as follow:
Min = .42*x1 + .56*x2 + .70*x3;
S.t.
x1 + x2 + x3 = 900;

x1 <= 400 * y1;
x2 <= 700 * y2;
x3 <= 600 * y3;

30*x1 <= 12500;
40*x2 <= 20000;
50*x3 <=15000;

..15*x1 + .2*x2 +.15*x3 >= 100;
..2*x1 + .05*x2 + .2*x3 >= 100;
..25*x1 + .15*x2+ .05*x3 >= 150;

y1+y2+y3 = 2;
xi>=0,
yi=0, if x=o
yi=1, if x>=o

The constraints
..15*x1 + .2*x2 +.15*x3 >= 100;
..2*x1 + .05*x2 + .2*x3 >= 100;
..25*x1 + .15*x2+ .05*x3 >= 150;
have uncertainties in x1, x2, and x3 coefficients. I want to know how
can I make a robust optimisation model for this LP model?
for example, if we know that all the coefficients have variations
about 30%.
Thank you,
Shab
Aug 5 '08 #1
1 1660


sh**************@gmail.com wrote:
Dear all,

I have a LP model here as follow:

...
The constraints
.15*x1 + .2*x2 +.15*x3 >= 100;
.2*x1 + .05*x2 + .2*x3 >= 100;
.25*x1 + .15*x2+ .05*x3 >= 150;

have uncertainties in x1, x2, and x3 coefficients. I want to know how
can I make a robust optimisation model for this LP model?
This has nothing to do with Python. You might get an answer on the
scipy mailing list, but you should look for a group of list on numerical
optimization, or better one specifically on linear programming, which is
a somewhat separate subfield. Or find a book on 'robust optimization',
whatever that is.

tjr

Aug 5 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Simon Elliott | last post by:
What optimisation do compilers typically provide when passing STL containers around? For example, if I do something like this: struct Tbloggs { std::string s1; }; typedef...
4
by: Martin Smith | last post by:
Hi, Does anyone know a good (c++)example of the implementation of a "robust" list iterator (ie an iterator whereby insert/delete operations does not have any effect on the list)? I am looking...
16
by: simonwittber | last post by:
Hello People. I've have a very tight inner loop (in a game app, so every millisecond counts) which I have optimised below: def loop(self): self_pool = self.pool self_call_exit_funcs =...
17
by: EC-AKD | last post by:
Hi All, I am new to the concept of optimising codes in C. I was wondering if C level inlining of code is any way comparable to macros. I believe that inlining is equivalent to writing macros....
8
by: Jon Maz | last post by:
Hi, I'm facing a code-optimisation issue on an asp.net/vb.net/SQL Server 2000 project. A web page containing not much more than 3 DropDownLists is taking nigh on 6 seconds to load, because each...
1
by: David Welch | last post by:
Hi, I have a bit of code where I am relying on empty base member optimisation. The bit of code is below: template<typename Enum> struct EncodePrefix { template<Enum e> struct Apply
1
by: grid | last post by:
Hi, I was exploring the affect of cache on program performance/optimisation.Is it the compilers responsibility only to consider this kind of optimisation or the programmer can do his bit in this...
33
by: Matt Kruse | last post by:
I'm seeking the most robust and backwards-compatible (ie, no instanceof) isArray function. Here's what I have: function defined(o) { return typeof(o)!="undefined"; } function isArray(o) {...
0
by: sh.mojtahedzadeh | last post by:
Dear all, I have a LP model here as follow: Min = .42*x1 + .56*x2 + .70*x3; S.t. x1 + x2 + x3 = 900;
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.