Open
Description
I implemented #416 but I now think that may not work. super().__init__()
is set in the subclasses init and all those things are initialized on Problem, so if you change them on the super class, they may not be changed fully. I need to double check this works as expected. I'm a little confused...