collectMBFResult: Collect Result Information

Description Usage Arguments Value

Description

Collect the MBOSingleObjResult information for a complete data.frame with information about progress (both on training data and on holdout data) and ressource usage.

Usage

1
2
3
collectMBFResult(opt.state, aggregate.perresult = list(domHV =
  function(x) computeHV(x, ref.point)),
  ref.point = opt.state$control$nadir)

Arguments

opt.state

[MBOSingleObjResult] mobafeasMBO() result to analyse

aggregate.perresult

[list] list of functions to apply to fitness and holdout fitness. Every entry must either be a character(1) naming the function to use, or a function, in which that entry must have a name. Each function must return exactly one numeric value when fed a fitness matrix of one generation.

ref.point

[numeric(2)] reference point to use for HV computation

Value

data.frame


compstat-lmu/mobafeas documentation built on June 3, 2019, 7:19 a.m.