Scoring
There are 3 major components of the Trial Score.
Cost Factor: How much does the system (sensors) cost?
Efficiency Factor: How fast or efficiently did the system complete the task(s)
Task Score: How well did the task(s) get performed?
Cost Factor
The Cost Factor
is the total cost of the sensors in the team’s configuration.
is the average sensor cost across all teams.
is a weighting constant for cost factor.
Cost Factor
Efficiency Factor
The Efficiency Factor
is the time to complete order
is the average time to complete order for all teams
is a weighting constant for efficiency factor.
Efficiency Factor
Task Scores
Each submitted order will recieve a task score based on the required task for that order (Kitting, Assembly, or Combined). Each task score is generated from Boolean conditions.
Kitting Task Score
A kitting task has
parts that need to be placed on the kitting tray. A shipment has
parts on the kitting tray. For each task there are two Boolean conditions:
: true if the shipment tray ID is correct.
: true if the shipment was sent to the correct destination. For each quadrant
of the kitting tray there are four Boolean conditions:
: true if the part type in quadrant is correct.
: true if the part color in quadrant is correct.
: true if the part in quadrant is flipped.
: true if the part in quadrant is faulty.
Tray Points
Quadrant Points
Bonus Points
Extra Parts Penalty
A penalty is only applied if more parts are on the tray than needed.
Wrong Tray Penalty
Destination Multiplier
Kitting Task Score
The task score cannot be negative, if the calculation is negative the score will be set as 0.
Assembly Task Score
An assembly task has
parts that need to be assembled into the insert. For each task there is one Boolean condition:
: true if the assembly was done at the correct station (as1, as2, as3, or as4). Each slot
in the insert has the following Boolean conditions:
: true if the part in slot is reported as assembled.
: true if the part in slot is of correct color.
: true if the part in slot has the correct pose.
Slot Points
Bonus Points
Station Multiplier
Assembly Task Score
Combined Task Score
A combined task has
parts that need to be gathered from the environment and assembled to the insert. For each task there is one Boolean condition:
: true if the assembly was done at the correct station (as1, as2, as3, or as4). Each slot
in the insert has the following Boolean conditions:
: true if the part in slot is reported as assembled.
: true if the part in slot is of correct color.
: true if the part in slot has the correct pose.
Slot Points
Bonus Points
Station Multiplier
Combined Task Score
Trial Score
The trial score
For each order there is one Boolean condition:
: true if the order is classified as a priority order
Priority Multiplier
Trial Score