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

minlmoptimize rep callback
http://forum.alglib.net/viewtopic.php?f=2&t=890
Page 1 of 1

Author:  phill [ Sun Jul 21, 2013 11:23 am ]
Post subject:  minlmoptimize rep callback

I am using the C# code, and find that the minlmoptimize rep callback (function1_rep below) is never called. Other than this the optimization works as expected.

Code:
alglib.minlmoptimize(state, function1_fvec, function1_rep, null);


If I understand the documentation correctly, this function should be called every iteration: "rep - optional callback which is called after each iteration can be NULL"

Am I missing something obvious?

Regards,
Phil

Author:  Sergey.Bochkanov [ Mon Jul 22, 2013 9:11 am ]
Post subject:  Re: minlmoptimize rep callback

Hello!

Did you turned reports on with minlmsetxrep() call?

Author:  phill [ Wed Jul 24, 2013 10:51 am ]
Post subject:  Re: minlmoptimize rep callback

I'd missed that option. I've turned it on now and it's working well.

Thanks very much!
Phil

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