combined_sim_machine_centered: Combined Simulation with Synthetic Background Jobs

Description Usage Arguments Value

View source: R/combine_sim_pred.R

Description

Combined Simulation with Synthetic Background Jobs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
combined_sim_machine_centered(
  load_foreground_result = NULL,
  param_setting_sim = NULL,
  additional_param_sim = list(),
  foreground_x = NULL,
  foreground_xreg = NULL,
  sim_length = 200,
  bin = 12,
  cores = parallel::detectCores(),
  write_type = "none",
  result_loc = getwd()
)

Arguments

load_foreground_result

A character value representing the location of the previously run foregound simulation results. Default value is NULL.

param_setting_sim

A dataframe representing a specific parameter setting for sim object.

additional_param_sim

A list containing additional arguments to be passed into param_sim.

foreground_x

A matrix of size n by m representing the target dataset for scheduling and evaluations.

foreground_xreg

A matrix of size n by m representing the target dataset for scheduling and evaluations, or NULL.

sim_length

A numeric integer representing the length of time for simulation, training size excluded.

bin

A numeric integer representing a specific partioning of time.

cores

A numeric numb representing the number of threads for parallel programming for multiple traces, not supported for windows users.

write_type

A character that represents how to write the result of simulation, can be one of "charwise", "tracewise", "paramwise" or "none".

result_loc

A character that specify the path to which the result of simulations will be saved to. Default is your work directory.

Value

A dataframe containing parameter setting and score.


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