Skip to content

Commit

Permalink
[Minor] Updating description about the
Browse files Browse the repository at this point in the history
  • Loading branch information
cbhua committed Jun 5, 2024
1 parent 09c4632 commit 68000d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ problem_names = vrplib.list_names(low=500, high=1003, vrp_type='cvrp')

will restrict the size of the VRPLib instances to be evaluated. You can change the `low` and `high` values to restrict the size of the instances.

The script will evaluate the trained model on the VRPLib instances and print the results.
The script will evaluate the trained model on the VRPLib instances and print the results. Some parameters you could play with:

- `num_augment`: number of augmented samples to evaluate the model. The default value is 1 (no augmentation).

Example output:

Expand Down

0 comments on commit 68000d1

Please sign in to comment.