tweak backtrack cost favoring coefficient
This commit is contained in:
parent
8c0bc3e2ef
commit
089037663e
@ -156,7 +156,7 @@ public class Settings {
|
|||||||
*
|
*
|
||||||
* @see <a href="https://github.com/cabaletta/baritone/issues/18">Issue #18</a>
|
* @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,
|
* Don't repropagate cost improvements below 0.01 ticks. They're all just floating point inaccuracies,
|
||||||
|
Loading…
Reference in New Issue
Block a user