Package | Description |
---|---|
jebl.math |
Modifier and Type | Method and Description |
---|---|
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getAdjustedFactory(OrderEnumerator.OEFactory toAdjust,
int adjustmentFactor) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getAlternatingFactory(OrderEnumerator.OEFactory primary,
OrderEnumerator.OEFactory secondary) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getBiasAlternatingFactory(OrderEnumerator.OEFactory primary,
OrderEnumerator.OEFactory secondary) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getConstantFactory(int index) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getOrderedFactory() |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getRestrictedFactory(OrderEnumerator.OEFactory toRestrict,
int minimum,
int range) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getShuffledFactory() |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getZeroFactory() |
Modifier and Type | Method and Description |
---|---|
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getAdjustedFactory(OrderEnumerator.OEFactory toAdjust,
int adjustmentFactor) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getAlternatingFactory(OrderEnumerator.OEFactory primary,
OrderEnumerator.OEFactory secondary) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getBiasAlternatingFactory(OrderEnumerator.OEFactory primary,
OrderEnumerator.OEFactory secondary) |
static OrderEnumerator.OEFactory |
OrderEnumerator.Utils.getRestrictedFactory(OrderEnumerator.OEFactory toRestrict,
int minimum,
int range) |
Constructor and Description |
---|
OrthogonalSearch(OrderEnumerator.OEFactory orderingFactory)
Initialization
|
http://code.google.com/p/jebl2/