-
Notifications
You must be signed in to change notification settings - Fork 0
gather command
Paweł Waligóra edited this page Dec 15, 2023
·
5 revisions
program call with gather
command:
./knapsack-solver.exe
gather
[directory path]
[field name]
Gathers solve data located in [directory path]
i files named solve-info.json.
[directory path]
- path to batch folder containing algorithm named folders with solve-info.json files.
[field name]
- which of the elements of solve-info.json files to gather.
Can be one of the following:
average-solve-time
average-quality
overall-quality
average-max-value
Command will create file named [field-name]
.txt in directory specified by [directory path]
.