forum.alglib.net
http://forum.alglib.net/

MINBLEIC issue - is it doing what it should do?
http://forum.alglib.net/viewtopic.php?f=2&t=571
Page 1 of 1

Author:  hugolove [ Fri Apr 27, 2012 4:33 pm ]
Post subject:  MINBLEIC issue - is it doing what it should do?

Hello,

when I read ALGLIB User Guide correctly, MINBLEIC should be able to calculate such x that A*x = b while li ?xi ?ui.
But when I look at ALGLIB User Guide minbleic_d_1 example:

alglib.minbleiccreate(x, out state);
alglib.minbleicsetbc(state, bndl, bndu);
alglib.minbleicsetinnercond(state, epsg, epsf, epsx);
alglib.minbleicsetoutercond(state, epso, epsi);
alglib.minbleicoptimize(state, function1_grad, null, null);
alglib.minbleicresults(state, out x, out rep);


I can probably see only input for b - the x in:
alglib.minbleiccreate(x, out state);

and li - bndl, ui - bndu in:
alglib.minbleicsetbc(state, bndl, bndu);

Where, in the MINBLEIC algorithm, do I input A which is a matrix?

Any help is greatly appreciated
Best regards
hugo

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/