Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Jan 3, 2017
2 parents 3a410b7 + c110b91 commit d5eb89a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,13 @@ optional arguments:
Frequency with which the GA sends its best solution to
the QL. (default: [10])
-tff TABLE_FILL_FILE Table fill file. (default: None)
--ql-table-initiation {zero,coupling,random}
--ql-table-initiation {zero,coupling,random,fixed}
How to initiate the Q-Table. (default: zero)
--max MAX Maximum value for the random initiation. Note that the
random value(x) will be x <= max ! (default: 0.0)
--min MIN Maximum value for the random initiation. Note that the
random value(x) will be min <= x ! (default: 0.0)
--fixed FIXED Fixed value for generating the Q table. (default: 0.0)
-n FLOW [FLOW ...], --flow FLOW [FLOW ...]
List of numbers of drivers used to evaluate the link
costs, when the KSP is computed (default: [0])
Expand Down

0 comments on commit d5eb89a

Please sign in to comment.