Dev#80
Merged
Merged
Conversation
…atio changes etc for gradient based optimisation methods
Tests that construct run_fingerprint dicts directly (bypassing recursive_default_set) need the ste_temperature key now that the STE-enabled scan steps read it from the fingerprint.
The fees_gate STE was unnecessary — gamma (1 - fees) is either a static config value or a learnable param constrained to be nonzero, so the fee/zero-fee branch selection never benefits from soft gradients.
Noise modelling
Resolve 9 merge conflicts from noise-modelling (PR #77) merge to dev: - noise_calibration (model, output, postprocessing, tests, script): take dev's hierarchical parameterization (MoE was superseded) - reclamm_reserves.py: keep STE gates + ste_temperature from this branch, take dev's quadratic apply_target_price_ratio formula (centeredness-preserving, from ReClammMath.sol) - reclamm.py: keep _resolve_noise_inputs() DRY helper and ste_temperature threading, remove duplicated inline noise logic
Enable ste reclamm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.