https://github.com/SyneRBI/SIRF-Contribs/pull/27
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MargaretDuff what do you think about the CIL-callback support that I put in?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MargaretDuff what do you think about the CIL-callback support that I put in?
Thanks @KrisThielemans - I think it looks ok. I haven't run anything but with this in callback
if self.callbacks is not None: for callback in self.callbacks: callback(self)
and self.callbacks=callbacks, self.callback(precond_init) and passing self.callback to fmin_l_bfgs_b, it looks like it should work for CIL callbacks. I would want to test the scipy optimiser calling the CIL callback successfully.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I would want to test the scipy optimiser calling the CIL callback successfully.
feel free :-)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
As nobody has the time to check the CIL calbacks, I'm going to merge this. Feel free to create an issue or fix any problems.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()