Currently, the functions for capacity planning analysis and plot generation are all mixed in a single file ("cp_diffusion_approximation"). We want to separate these two phases for the capacity planning. We need a script for the capacity planning analysis and another one to generate plots. We also want to create a bash script to easily run the capacity planning analysis and generate plots.
Currently, the functions for capacity planning analysis and plot generation are all mixed in a single file (
"cp_diffusion_approximation"). We want to separate these two phases for the capacity planning. We need a script for the capacity planning analysis and another one to generate plots. We also want to create a bash script to easily run the capacity planning analysis and generate plots.