|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NearbyRandom in org.optaplanner.core.config.heuristic.selector.common.nearby |
---|
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby that return NearbyRandom | |
---|---|
protected NearbyRandom |
NearbySelectionConfig.buildNearbyRandom()
|
Uses of NearbyRandom in org.optaplanner.core.impl.heuristic.selector.common.nearby |
---|
Classes in org.optaplanner.core.impl.heuristic.selector.common.nearby that implement NearbyRandom | |
---|---|
class |
BetaDistributionNearbyRandom
|
class |
BlockDistributionNearbyRandom
|
class |
LinearDistributionNearbyRandom
P(x) = 2/m - 2x/m² Cumulative probability F(x) = x(2m - x)/m² Inverse cumulative probability F(p) = m(1 - (1 - p)^(1/2)) |
class |
ParabolicDistributionNearbyRandom
P(x) = 3(m - x)²/k³ Cumulative probability F(x) = 1 - (1 - x/k)³ Inverse cumulative probability F(p) = m(1 - (1 - p)^(1/3)) |
Uses of NearbyRandom in org.optaplanner.core.impl.heuristic.selector.entity.nearby |
---|
Fields in org.optaplanner.core.impl.heuristic.selector.entity.nearby declared as NearbyRandom | |
---|---|
protected NearbyRandom |
NearEntityNearbyEntitySelector.nearbyRandom
|
Constructors in org.optaplanner.core.impl.heuristic.selector.entity.nearby with parameters of type NearbyRandom | |
---|---|
NearEntityNearbyEntitySelector(EntitySelector childEntitySelector,
EntitySelector originEntitySelector,
NearbyDistanceMeter nearbyDistanceMeter,
NearbyRandom nearbyRandom,
boolean randomSelection)
|
Uses of NearbyRandom in org.optaplanner.core.impl.heuristic.selector.value.nearby |
---|
Fields in org.optaplanner.core.impl.heuristic.selector.value.nearby declared as NearbyRandom | |
---|---|
protected NearbyRandom |
NearEntityNearbyValueSelector.nearbyRandom
|
Constructors in org.optaplanner.core.impl.heuristic.selector.value.nearby with parameters of type NearbyRandom | |
---|---|
NearEntityNearbyValueSelector(ValueSelector childValueSelector,
EntitySelector originEntitySelector,
NearbyDistanceMeter nearbyDistanceMeter,
NearbyRandom nearbyRandom,
boolean randomSelection)
|
|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |