Limit maxR

Issue #19 new
Matthias Feurer created an issue

Currently, maxR is set to 2000. This might be useful for algorithm configuration, but it isn't for machine learning with five-fold cross-validation. We need to add this as an argument.

Comments (2)

  1. Marius Lindauer

    Hi,

    right now maxR is an parameter of Intensifier. Where do you want to have it as an argument? In the init of SMBO? Or as part of the scenario?

  2. Matthias Feurer reporter

    Should be a global argument. Thus, it should be somewhere in the scenario. We should add this when we have a solution on how we handle arguments in general.

  3. Log in to comment