tweak backtrack cost favoring coefficient

This commit is contained in:
Leijurv 2018-10-10 21:06:31 -07:00
parent 8c0bc3e2ef
commit 089037663e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -156,7 +156,7 @@ public class Settings {
*
* @see <a href="https://github.com/cabaletta/baritone/issues/18">Issue #18</a>
*/
public Setting<Double> backtrackCostFavoringCoefficient = new Setting<>(0.1);
public Setting<Double> backtrackCostFavoringCoefficient = new Setting<>(0.5);
/**
* Don't repropagate cost improvements below 0.01 ticks. They're all just floating point inaccuracies,