Skip to content

Commit

Permalink
update cadyts factor
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jul 18, 2023
1 parent 205c6e2 commit 9c06683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public ScoringFunction createNewScoringFunction(Person person) {
sumScoringFunction.addScoringFunction(new CharyparNagelAgentStuckScoring(params));

final CadytsScoring<Link> scoringFunction = new CadytsScoring<>(person.getSelectedPlan(), config, cadytsContext);
scoringFunction.setWeightOfCadytsCorrection(10 * config.planCalcScore().getBrainExpBeta());
scoringFunction.setWeightOfCadytsCorrection(30 * config.planCalcScore().getBrainExpBeta());
sumScoringFunction.addScoringFunction(scoringFunction);

return sumScoringFunction;
Expand Down

0 comments on commit 9c06683

Please sign in to comment.