Skip to main content
The individual weights (WFuncW_{Func}, WDelayW_{Delay}, WAreaW_{Area}) and the minimum Functionality Threshold (ThresholdFuncThreshold_{Func}) are loaded from the weights.json file.
  • Constraint: The submission must achieve a minimum Functionality Score (FcF_c) greater than or equal to the dynamic ThresholdFuncThreshold_{Func} to receive a non-zero overall score.
IF FcThresholdFunc:\text{IF } F_c \ge Threshold_{Func} : Oc=(WFuncFc)+(WAreaArea)+(WPerfPc)Total_WO_c = \frac{(W_{Func} \cdot F_c) + (W_{Area} \cdot Area) + (W_{Perf} \cdot P_c)}{Total\_W} IF Fc<ThresholdFunc:\text{IF } F_c < Threshold_{Func} : Oc=0O_c = 0 Note: The power metric is not currently evaluated, as it will be integrated for future challenges, such as the Neural Processing Unit (NPU) development specifically for edge AI applications, where power is a critical concern.