find_score_after_buffer: Find the Score Changes After Adding Buffers

Description Usage Arguments

View source: R/ad_hoc_analysis.R

Description

Find the Score1 and Score2 change after appending a specific size of buffers.

Usage

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

Arguments

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.

max_cores

A numeric value representing the maximum numer of cores being considered.

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.


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