Custom BatchLSObserver with Python wrapper

Your reply made me think that I forgot to instantiate the class “od_observer”

I used
estimator.setObserver(od_observer)
instead of
estimator.setObserver(od_observer())

Seems to work now,
Thanks a lot

1 Like