increase degree of backtrack cost favoring
This commit is contained in:
		@@ -149,7 +149,7 @@ public class Settings {
 | 
			
		||||
     *
 | 
			
		||||
     * @see <a href="https://github.com/cabaletta/baritone/issues/18">Issue #18</a>
 | 
			
		||||
     */
 | 
			
		||||
    public Setting<Double> backtrackCostFavoringCoefficient = new Setting<>(0.9);
 | 
			
		||||
    public Setting<Double> backtrackCostFavoringCoefficient = new Setting<>(0.1);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Don't repropagate cost improvements below 0.01 ticks. They're all just floating point inaccuracies,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user