Recent content by Yassineon
-
Y
Objective function of a linear program with multiple variables
I really appreciate you help Timo, thanks a lot. for the points that you mentionned : 1) I didn't get lambda's that sum up to 1, I got some odd values, so I removed them all. 2) Yes that's the problem the paper tries to aggregate the results so they removed important steps for the solution, I...- Yassineon
- Post #9
- Forum: Programming and Computer Science
-
Y
Objective function of a linear program with multiple variables
Thanks Timo for your response, well I already tried that objective function and tried also "0.0 * wj ..+ 1.0 * lambda_j1 + 1.0 * lambda_j2 + + 1.0 * lambda_j3 + 1.0 * lambda_j4 ". but couldn't get the same solution of the paper (((lambda's estimators for the inequalities that I posted are the...- Yassineon
- Post #7
- Forum: Programming and Computer Science
-
Y
Objective function of a linear program with multiple variables
Thank you very much Ibix for your time, actually this set of equations is from the multivariate markov's chain model, here is the link of the full text : https://www.ripublication.com/ijfms/ijfmsv2n3_02.pdf- Yassineon
- Post #5
- Forum: Programming and Computer Science
-
Y
Objective function of a linear program with multiple variables
Thank you Very much Timo for your help, I appreciate it. But I'm still confused about the objective function formula ...- Yassineon
- Post #3
- Forum: Programming and Computer Science
-
Y
Objective function of a linear program with multiple variables
Hello, Please I need help to find the objective function of a linear program (attachement : example). I tried to figure it out from the formula provided in (attachement : formula) but I couldn't understand it, it's written (MIN(lambda)wj) I think it's the key to my question ! ( Full file is...- Yassineon
- Thread
- Function Linear Multiple Multiple variables Program Variables
- Replies: 8
- Forum: Programming and Computer Science