[FEATURE] Change fractional custom op from percentage-based to relative weighting. #946
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Requirements
Currently, the fractional operator in the in-process provider is percentage-based; meaning you must specify the relative distribution of the variants in terms of a percentage. Consistent with flagd, we should change this instead to be a relative weight, meaning that the integers do not need to sum to 100. For example, this fractional:
Would remain valid, but could also be expressed as:
See issue and PR in Go/flagd.
The text was updated successfully, but these errors were encountered: