comment
This commit is contained in:
parent
5baa56bb29
commit
f9189d7ec3
@ -109,6 +109,7 @@ public class Settings {
|
||||
|
||||
/**
|
||||
* Use a pythagorean metric (as opposed to the more accurate hybrid diagonal / traverse).
|
||||
* You probably don't want this. It roughly triples nodes considered for no real advantage.
|
||||
*/
|
||||
public Setting<Boolean> pythagoreanMetric = new Setting<>(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user