08-26-2005 11:30 AM
08-26-2005 11:49 AM
08-27-2005 01:01 PM
Ben,
Insted of asking for a certain tool with a fancy name, describe your problem and we'll find the right tool to solve the problem ;). What exactly is "the solution" that you try to minimize?
Most fitting function try to minimize something (typically chisquare between data and model). Is that what you need?
08-27-2005 01:51 PM
Good comments Christian.
My boss had his sales hat on and was chasing down job prospects. He was double checking LV capabilities compared with the specs. When he did some quick tests he was able to use LV's built version of the "Linear Programming" examples and could maximize but had trouble with the minimizing.
After looking at Jack's response he latter told me got something working.
08-28-2005 03:38 AM
Hi Ben,
I'm not sure if you're looking for any other solution, but you may want to search for "Dual Problem". As far as I know every linear programming optimization problem has a dual problem. if the target of the main problem is maximization, the target of the dual problem will be minimization. some of the input matrixes & vectors must be changed to build the dual problem. I don't remember the exact equations, but sure of its existance
Respectfully,
08-28-2005 07:21 AM
08-28-2005 11:28 AM
@Zura85 wrote:
I don't know exactly where i should post this but moving on, I actually got a few things to enquire....