Skip to content

gather command

Paweł Waligóra edited this page Dec 15, 2023 · 5 revisions

Gather

Call

program call with gather command:

./knapsack-solver.exe gather [directory path] [field name]

Functionality

Gathers solve data located in [directory path] i files named solve-info.json.

Arguments

[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].