-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Notes:
- Gaussian distribution is not immediately compatible with nullable=true. The ValueSelector will need to configure a probability for the value null.
- Gaussian distribution is not immediately compatible with a composite value range. The ValueSelector will need to configure a probability for each child value range.
- Gaussian distribution requires the current value of the variable as a parameter to know where to centralize the bell curve (= set the mean)
- Gaussian distribution has many parameters (mean, standard deviation) that all need to be tweakable
Therefore, the Gaussian distribution is not build into the interface ValueRange, but the ValueSelector will need to recognize the IntValueRange instance and do it's work.
- is blocked by
-
PLANNER-160 Support for declarative value ranges
- Resolved
- is related to
-
PLANNER-202 Nearby entity selection to select 2 entities that are somehow related (close to each other for example)
- Resolved
- relates to
-
PLANNER-213 ValueRangeBuilder for more complex declarative value ranges. For example every int in the range [10-100, 200-300].
- Open