find_extra_margin: Find Number of Cores As Extra Margin to Reach Targt

Description Usage Arguments Value

View source: R/ad_hoc_analysis.R

Description

Find the extra number of cores needed in order to have the underperformed traces well performed.

Usage

1
2
3
4
5
6
7
8
9
find_extra_margin(
  target,
  cut_off_prob,
  window_size,
  granularity,
  adjustment_policy,
  cores = 1,
  result_path
)

Arguments

target

A numeric vector representing the target for the traces to be well performed.

cut_off_prob

A numeric vector representing the cut off probabilities.

window_size

A numeric vector representing the window sizes.

granularity

A numeric value representing the granularity.

adjustment_policy

A list of numeric vectors of length 2.

cores

A numeric value representing the number of cores used for multiprocessing.

result_path

A string for the path where simulation results are stored.

Value

A dataframe representing the number of cores for each underperformed traces.


carlonlv/DataCenterSim documentation built on Jan. 9, 2022, 3:26 p.m.