-
Notifications
You must be signed in to change notification settings - Fork 26
Launch Active Learning
Luigi Nardi edited this page Dec 20, 2019
·
1 revision
This script performs a design space exploration following the json file specified in input.
Example 1: using the json "output_data_file" field:
python3 scripts/pareto_based_active_learning.py example_scenarios/spatial/BlackScholes_scenario.json
Example 2: specifying a relative path to the output file in the command line:
python3 scripts/pareto_based_active_learning.py example_scenarios/spatial/BlackScholes_scenario.json relative/path/to/file.csv
Example 3: specifying an absolute path to the output file in the command line:
python3 scripts/pareto_based_active_learning.py example_scenarios/spatial/BlackScholes_scenario.json /absolute/path/to/file.csv