Skip to content

Commit

Permalink
base scaler tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 6, 2020
1 parent ac34220 commit 365c439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ static const float stam_prop =
// since chorded patterns have lower enps than streams, streams default to 1
// and chordstreams start lower
// stam is a special case and may use normalizers again
static const float basescalers[NUM_Skillset] = { 0.f, 0.96f, 0.94f, 0.95f,
0.f, 0.8f, 0.875f, 0.9f };
static const float basescalers[NUM_Skillset] = { 0.f, 0.98f, 0.94f, 0.95f,
0.f, 0.8f, 0.975f, 0.9f };

float
Hand::CalcMSEstimate(vector<float>& input)
Expand Down

0 comments on commit 365c439

Please sign in to comment.