Re: minimum of a function with constraints
On Jan 30, 6:50 am, godl...@xxxxxxxxx wrote:
How to find those a,b for which the minimum of a function below is -
inf (does not exist)
The function is : a*x1+ b*x2
with constraints:
5x1+5x2>=0
-2X1+3X2 >=-5
This is a linear program (LP). What method have you been given to
solve
LPs? Are you learning the Simplex Method?
- Randy
.
Relevant Pages
- Re: Getting initial value in optimization
... commenting those Inf lines it didn't iterated. ... suspect you might not understand how constraints are supposed to work. ... lambdas = parameters; ... gammas = parameters; ... (comp.soft-sys.matlab) - Re: Logical Rules
... This is called an Assignment Problem:http://en.wikipedia.org/wiki/Assignment_problem ... misuse of the term "Linear Program" which normally refers ... a set of slots, with constraints that state that a slot ... you do actually have a standard linear program and you can ... (comp.soft-sys.matlab) - Re: Using fmincon - interior point algorithm
... When the debugger stops investigate where the ... error('objective returned NaN or inf') ... error('one of the constraints is nan or inf') ... where cnl is the inequality constraints vector (I dont have equality ... (comp.soft-sys.matlab) - Linear programming?
... I am trying to create a linear program with sets of constraints, ... partition the constraints into equal size groups size N/k. ... But this is obviously no longer a linear program. ... Is it possible to make this into a standard linear program? ... (comp.theory) - Re: Problem: Maximization with fminunc
... and i figured out that I should do a constrained maximization. ... I had a look at fmincon but I could not really fit the constraints for a1 and a2 in A and B. ... bounds on the design variables, X, so that a solution is found in ... set UB= Inf if Xis unbounded above. ... (comp.soft-sys.matlab) |
|