Evaluation: Config File Generator + Evaluation Runner
To find the best parameters, we want to test different setups automatically. Backoff strategies, thresholds, and conditions are subject to configure. To make the search for good parameters quicker, different config files containing different combinations of strategies and conditions. Those are then used to execute the recommender and the results are logged in a csv file, s.t. we can easily spot good and bad working combinations of strats and conditions.
-
Program that creates Config Files -
Program that reads the Config Files, Executes the evaluation, returns the result in a combined format (csv?) -
Run tests