-
Notifications
You must be signed in to change notification settings - Fork 0
algorithm specific command arguments
Paweł Waligóra edited this page Dec 16, 2023
·
9 revisions
-
-sort
[sort mode]
, where[sort mode]
can be:-
value-weight
- (default) value
weight
random
dont-sort
-
-recursive
-
-iterative
- (default) -
-early
- checks item fit before DFS call -
-late
- check item fit in DFS call - (default) -
-order
- forces specific order of looking through the possible solutions, can be one of the following:zero-first
one-first
-
unconstrained
- (default) gray-code
random
-
-early
- checks item fit before DFS call -
-late
- check item fit in DFS call - (default) -
-bf
- bounding functiondynamic
continous
-
none
- (default)
-
-to-visit
[amount]
- the amount of moves to discover in each DFS call, has to be in range from 1 to instance size. (2 by default), takes priority over-coverage
. -
-coverage
[coverage]
- the percentage of valid moves to discover in each DFS call, has to be a in range (0.0, 1.0], if set to 0.0 or below, solver will output empty answer. If set above 1.0 solver will treat it as if it was set to 1.0. -
-fast
- use fast implementation (accurate by default) -
-sort
[sort mode]
, where[sort mode]
can be:-
value-weight
- (default) value
weight
random
dont-sort
-
-
-iterations
[iterations]
- the amount of grasp findings to choose the best from -
chose-from
[chose from]
- value from 0 to 1 percentage of first best elements to try to add -
-sort
[sort mode]
, where[sort mode]
can be:-
value-weight
- (default) value
weight
random
dont-sort
-
takes no arguments