Open AlexanderFabisch opened 2 years ago
@maotto FYI, your docker works, but the tests currently fail.
Thanks for the info. I noticed it tests python2.7 - do we still want to support that?
I also don't find batch method definitions in the optimizer base class or with grep.
Plus, we shouldn't enforce special optimizer interfaces. Batch optimization related methods are nice to have, but for me, multi-objective optimization related methods would be as important. I understand the unit tests fail because the functionality isn't optional and I would fix it accordingly. Would you agree?
Thanks for the info. I noticed it tests python2.7 - do we still want to support that?
Not necessarily. We could base the docker image for CI on a newer version of Ubuntu, which has a more current Python 3 version as well probably.
I also don't find batch method definitions in the optimizer base class or with grep.
I'm a bit puzzled, too. I don't know where it comes from at the moment.
Plus, we shouldn't enforce special optimizer interfaces. Batch optimization related methods are nice to have, but for me, multi-objective optimization related methods would be as important. I understand the unit tests fail because the functionality isn't optional and I would fix it accordingly. Would you agree?
Yes, it should be optional.
The batch computing is added on the branch distribution
and not yet merged to the master. I thought the methods were added as optional extensions there.
Ah, OK #123 should be merged to distribution. Why is that the case? Shouldn't it be merged to master and distribution be rebased on master?
Currently CI runs fail with the following errors.