File tree Expand file tree Collapse file tree
service/submitqueue/demo/provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ defaults:
8484 factors :
8585 pathPassed : 10
8686 pathFailed : 0.3
87- merging : 12
87+ landing : 12
8888 cancelling : 0.1
8989 base :
9090 type : heuristic
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ defaults:
2222 # 1 the queue explores one path at a time, and raising it lets it hedge more
2323 # of the outcomes it is waiting on. Four is the built-in default.
2424 speculator : {buildBudget: 4}
25- # Example evidence factors from the outcome-predictor RFC. Omitted keys would
25+ # Example evidence factors from the outcome-scorer RFC. Omitted keys would
2626 # stay at 1 and ranking would stay on the base price; writing them out makes
2727 # the demo show how path results and batch state revise that price.
2828 scorer :
2929 type : evidence
3030 factors :
3131 pathPassed : 10
3232 pathFailed : 0.3
33- merging : 12
33+ landing : 12
3434 cancelling : 0.1
3535 base :
3636 type : heuristic
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ defaults:
1919 factors :
2020 pathPassed : 10
2121 pathFailed : 0.3
22- merging : 12
22+ landing : 12
2323 cancelling : 0.1
2424 base :
2525 type : heuristic
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
1717 factors :
1818 pathPassed : 10
1919 pathFailed : 0.3
20- merging : 12
20+ landing : 12
2121 cancelling : 0.1
2222 base :
2323 type : heuristic
You can’t perform that action at this time.
0 commit comments