ABC_SALES_OBJECTIVE_APPROXIMAT
This is the v0.2 repository of the application of the ABC method in a pricing case study.
Below are the statements for the build of the project.
This is the v0.2 repository of the application of the ABC (Approximate Bayesian Computation) method in a pricing case study.
Below are the statements for the build of the project.
From your virtual machine, run the following:
- git clone https://github.com/jmaciascaceresusach/abc_sales_objective_approximat.git
- mkdir abc_sales_objective_approximat/build
- cd abc_sales_objective_approximat/build
- cmake .. (Important: there is a blank space between the cmake and the two points)
- make
Now, if you only need to download the latest version, having already initialized the project, you only have to do the following:
- git pull https://github.com/jmaciascaceresusach/abc_sales_objective_approximat.git
- cd abc_sales_objective_approximat/build
- cmake .. (Important: there is a blank space between the cmake and the two points)
- make
After this, verify the compilation that was carried out correctly and was also executed.
Now, to test the project, you would have to use the following statements:
- cd abc_sales_objective_approximat/build
- ./ABC_SALES_OBJECTIVE_APPROXIMAT
The simulation_config_initial.txt file, can be modified according to:
- numberOfIterations=50
- tolerance=13
- daysToSimulate=30