@@ -613,7 +613,7 @@ <h5 class="step-number">Defense <i class="fa fa-wrench"></i>
613613 < i class ="fa fa-lock "> </ i >
614614 </ label >
615615 </ h5 >
616- < h5 class ="step-title "> With reputation </ h5 >
616+ < h5 class ="step-title "> Enable/Disable Reputation </ h5 >
617617 < div class ="form-check form-switch " style ="margin-left: 23px; ">
618618 < input class ="form-check-input " type ="checkbox " id ="reputationSwitch " style ="display: inline; width: 80px; height: 30px; ">
619619 </ div >
@@ -636,11 +636,18 @@ <h5 class="step-title">Weighting Factor</h5>
636636 </ div >
637637 < div id ="reputation-metrics " style ="display:none; ">
638638 < h5 class ="step-title "> Reputation Metrics</ h5 >
639+ < p > Model-based metrics</ p >
639640 < div class ="form-check ">
640641 < input class ="form-check-input " type ="checkbox " id ="model-similarity " name ="modelSimilarity ">
641642 < label class ="form-check-label " for ="model-similarity "> Model Similarity</ label >
642643 < input class ="form-control weight-input " type ="number " id ="weight-model-similarity " name ="weightModelSimilarity " step ="0.01 " value ="0 " placeholder ="Weight to model similarity " style ="display: none; width: 30%; margin-top:2px; ">
643644 </ div >
645+ < div class ="form-check ">
646+ < input class ="form-check-input " type ="checkbox " id ="fraction-parameters-changed " name ="fractionParametersChanged " >
647+ < label class ="form-check-label " for ="fraction-parameters-changed "> Fraction Parameters Changed</ label >
648+ < input class ="form-control weight-input " type ="number " id ="weight-fraction-parameters-changed " name ="weightFractionParametersChanged " step ="0.01 " value ="0 " placeholder ="Weight to fraction paremeters changed " style ="display: none; width: 30%; margin-top:2px; ">
649+ </ div >
650+ < p > Communication-based metrics</ p >
644651 < div class ="form-check ">
645652 < input class ="form-check-input " type ="checkbox " id ="num-messages " name ="numMessages ">
646653 < label class ="form-check-label " for ="num-messages "> Number of Messages</ label >
@@ -651,11 +658,6 @@ <h5 class="step-title">Reputation Metrics</h5>
651658 < label class ="form-check-label " for ="model-arrival-latency "> Model Arrival Latency</ label >
652659 < input class ="form-control weight-input " type ="number " id ="weight-model-arrival-latency " name ="weightModelArrivalLatency " step ="0.01 " value ="0 " placeholder ="Weight to model arrival latency " style ="display: none; width: 30%; margin-top:2px; ">
653660 </ div >
654- < div class ="form-check ">
655- < input class ="form-check-input " type ="checkbox " id ="fraction-parameters-changed " name ="fractionParametersChanged " >
656- < label class ="form-check-label " for ="fraction-parameters-changed "> Fraction Parameters Changed</ label >
657- < input class ="form-control weight-input " type ="number " id ="weight-fraction-parameters-changed " name ="weightFractionParametersChanged " step ="0.01 " value ="0 " placeholder ="Weight to fraction paremeters changed " style ="display: none; width: 30%; margin-top:2px; ">
658- </ div >
659661 < p id ="weight-warning " style ="color: red; display: none; "> Total weight must not exceed 1.</ p >
660662 </ div >
661663 </ div >
0 commit comments