Bernd Bischl
Bernd Bischl
i would like to get the strings in groups which are the names of the parameters of my probs and algos (in 2 seperate groups) in BE it was possible...
how can i get back objects i added to the reg? like here https://github.com/tudo-r/BatchExperiments/blob/master/R/getProblem.R
it be nice to have more grouping info on cols available. that helps with later structuring / aggregating in analysis and should be easy to provide. groups = char vecs...
this would be extremely important, to handle jobs that waste too many resources options: 1) use the linux timelimit command. there is alo ulimit. maybe also google for more modern...
in BE for good reason we had a parallel reduction method. as for regs with a larger number of results / a non trivial reduction which at least does a...
the clusterfunctions rely on issuing a couple of specific system commands. We do this by having (user configurable) R code where this cmds are generated and then executed. Better approach...
currently one has to write this ``` reg = makeExperimentRegistry(file.dir = NA, make.default = FALSE) prob = addProblem(reg = reg, "p1", data = 1) prob = addProblem(reg = reg, "p2",...
sometimes it is really need to inform the the user WHY you are enforcing a certain thing. i would love to be able to do this asssertFactor(f, na.ok = FALSE,...
at teast a truncated version of it?
I am beginning to use cm to check args in my RCPP function code. 1) it is really great that this works, in principle. 2) IMHO the example in the...