#!/bin/bash
BASEDIR=$(dirname $0)
if [ $1 == 'time' ]
then
sh $BASEDIR/score.sh TimeScore
sh $BASEDIR/score.sh TimeHyperParam
fi
if [ $1 == 'content' ]
then
sh $BASEDIR/score.sh DashRelatedScore
sh $BASEDIR/score.sh ConRejectScore
sh $BASEDIR/score.sh ConEfficiencyScore
sh $BASEDIR/score.sh ContentScore
fi