It's confusing that both Experiment and the encapsulated Retrieval depend on year.
Experiment requires it to guess the topics to load (given also the Task), which makes sense.
However, Retrieval uses it only for the experimentID, which is misleading. Moreover, Retrieval is designed to accept topics from different years (via the retrieve method), so it should not fix a single year.
It's confusing that both
Experiment
and the encapsulatedRetrieval
depend on year.Experiment
requires it to guess the topics to load (given also theTask
), which makes sense.However,
Retrieval
uses it only for the experimentID, which is misleading. Moreover,Retrieval
is designed to accept topics from different years (via theretrieve
method), so it should not fix a single year.