public class LogNNCubedThinningFunction extends Object implements ThinningFunction
Constructor and Description |
---|
LogNNCubedThinningFunction(double scalingFactor) |
Modifier and Type | Method and Description |
---|---|
int |
getThinningFactor(int constraints,
int dimensions)
Returns thinning factor for given number of dimensions.
|
String |
toString() |
public LogNNCubedThinningFunction(double scalingFactor)
scalingFactor
- Has to be greater than 0.public int getThinningFactor(int constraints, int dimensions)
ThinningFunction
getThinningFactor
in interface ThinningFunction
constraints
- number of constraints that defines sampling spacedimensions
- number of dimensions of sampling spaceCopyright © 2021. All rights reserved.