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
Add R modeling and verification tests for lookupCoin and valueContains
Extends the cost modeling infrastructure to support the new functions:
- Adds R modeling code to analyze benchmark data and fit cost functions
- Includes test cases to verify agreement between R models and Haskell implementation
- Supports both ModelTwoArguments and ModelThreeArguments cost function types
- Enables automated validation of cost model accuracy
This completes the cost modeling pipeline allowing benchmark data to be
processed into production-ready cost model coefficients.
0 commit comments