Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BNLConfig ¶ added in v1.3.0
type BNLConfig struct {
Epsilon float64 // Relaxed dominance tolerance
}
type Preference ¶
type Preference []Order
Preference specifies per-dimension optimization (Min or Max)
type SkyTreeConfig ¶
type SkyTreeConfig struct {
PivotSelector func(data Dataset, prefs Preference) Point
ParallelThreshold int // Minimum number of partitions to parallelize
MaxRecursionDepth int // Maximum allowed recursion depth for SkyTree
BNLSwitchThreshold int // Switch to BNL if len(data) <= this
WorkerPoolSize int // Number of workers for parallel processing (0 = all available cores)
Epsilon float64 // Relaxed dominance tolerance
}
Click to show internal directories.
Click to hide internal directories.