Update default weights and documentation

This commit is contained in:
Yorick Barbanneau 2023-12-22 23:37:55 +01:00
parent 96bfb3230f
commit 38aa7a3efb
2 changed files with 18 additions and 2 deletions

View file

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