Update default weights and documentation
This commit is contained in:
parent
96bfb3230f
commit
38aa7a3efb
2 changed files with 18 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue