Package jdistlib.inference
Class PathfinderOptions
java.lang.Object
jdistlib.inference.PathfinderOptions
Immutable controls for multi-path Pathfinder initialization and sampling.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PathfinderOptions.Builderbuilder()intintintintpaths()intdouble
-
Method Details
-
builder
-
paths
public int paths() -
drawsPerPath
public int drawsPerPath() -
resampledDraws
public int resampledDraws() -
maximumIterations
public int maximumIterations() -
historySize
public int historySize() -
tolerance
public double tolerance()
-