Skip to content

Commit

Permalink
move rm weight to 90 instead of 60 | 463
Browse files Browse the repository at this point in the history
this should largely undo tech rips so farm still exists but isnt as broken
  • Loading branch information
poco0317 committed Sep 26, 2021
1 parent 6386cce commit 2c194f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 462;
int mina_calc_version = 463;
auto
GetCalcVersion() -> int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/SequencedBaseDiffCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ struct techyo
// weight should be [0,1]
// 1 -> all rm
// 0 -> all tc
constexpr float weight = 0.6F;
constexpr float weight = 0.9F;
rm = weighted_average(rm, tc, weight, 1.F);
}
return std::max(tc, rm);
Expand Down

0 comments on commit 2c194f0

Please sign in to comment.