Revert default for --weights parameter

This commit is contained in:
Yorick Barbanneau 2023-12-22 23:44:03 +01:00
parent 38aa7a3efb
commit 2401bf5f5d

View file

@ -93,8 +93,8 @@ def parse_aguments():
help='Weight table for weight based heuristic engines', help='Weight table for weight based heuristic engines',
type=int, type=int,
nargs=4, nargs=4,
default=[-100, 2, 16, 32] #default=[-100, 2, 16, 32]
# default=[-5, 2, 10, 25] default=[-5, 2, 10, 25]
) )
parser.add_argument('-r', parser.add_argument('-r',