Revision 1d73e953d8affb0633059bf33ef585152bb3b59b authored by Patrick Schratz on 29 May 2018, 01:15:47 UTC, committed by Lars Kotthoff on 29 May 2018, 01:15:47 UTC
1 parent f7ca29b
Raw File
TuneControlOptim.R
#' @export
#' @rdname TuneControl
makeTuneControlOptim = function(same.resampling.instance=TRUE, start, ...) {
  makeTuneControl(same.resampling.instance=same.resampling.instance,
    start=start, ..., cl="TuneControlOptim")
}
back to top