getMonitoringFeatureSet: Feature: monitoring of algorithm runs.

Description Usage Arguments Value

View source: R/getMonitoringFeatureSet.R

Description

Feature: monitoring of algorithm runs.

Usage

1
2
getMonitoringFeatureSet(times, incumbents, lower.bound = 0,
  include.costs = FALSE, raw.data = FALSE, ...)

Arguments

times

[numeric]
Times at which logging took place.

incumbents

[numeric]
Logged best value for each timing.

lower.bound

[numeric(1)]
Lower bound for the computation of the area under the curve. Default is 0.

include.costs

[logical(1)]
Should costs be included as an additional feature? Default is FALSE.

raw.data

[logical(1)]
Set this to TRUE if you want the raw data computed on the trajectory instead of the statistics. Default is FALSE.

...

[any]
Not used.

Value

[list] Named list.


jakobbossek/salesperson documentation built on Dec. 11, 2021, 4:54 a.m.