You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify Value builtin cost models with improved documentation
Simplify the R model definitions for Value-related builtins by replacing
custom linear model implementation with standard linearInY wrapper for
valueContains. This maintains the same statistical behavior while
improving code maintainability.
Add inline comments documenting the parameter wrapping strategy used
for each model (Logarithmic wrapping for lookupCoin/valueContains,
ValueTotalSize for contains operand, unwrapped for valueData/unValueData).
Clean up formatting inconsistencies in model definitions.
0 commit comments