@@ -64,6 +64,7 @@ int main(int argc, char* argv[]){
unsignedintMINPRE=parser.createParam((unsignedint)(0),"minPre","minimal competency by course",'q',"Param").value();
unsignedintMAXPRE=parser.createParam((unsignedint)(3),"maxPre","maximal competency by course",'Q',"Param").value();
unsignedintCBYTF=parser.createParam((unsignedint)(2),"cbyTF","course by time frame to pick",'A',"Param").value();
unsignedintTHRESHOLD_HLEVEL=parser.createParam((unsignedint)(30),"minMaxHLevelPrq","Threshold under the one the HLevel max is used instead of min for prqs",'y',"Param").value();
CursusEval::WEIGHT_ECTS=parser.createParam((double)(1.0),"wECTS","Weight of ECTS in the fitness value",'V',"Param").value();
CursusEval::WEIGHT_REPETION=parser.createParam((double)(1.0),"wREP","Weight of Repetition in the fitness value",'v',"Param").value();
CursusEval::WEIGHT_JOB=parser.createParam((double)(1.0),"wJob","Weight of profession in the fitness value",'w',"Param").value();
...
...
@@ -118,6 +119,7 @@ int main(int argc, char* argv[]){