fix: update stale comments after CALCULATE_PARAMS_GAS_LIMIT bump to 500k
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cb10af703c
commit
8c50578be1
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ contract FitnessEvaluator is Test {
|
|||
/// Creates selection pressure toward leaner programs while keeping gas as a
|
||||
/// secondary criterion (ETH retention still dominates).
|
||||
/// At 15 k gas (current seed): ~1.5e17 wei penalty.
|
||||
/// At 200 k gas (hard cap boundary): ~2e18 wei penalty.
|
||||
/// At 500 k gas (hard cap boundary): ~5e18 wei penalty.
|
||||
uint256 internal constant GAS_PENALTY_FACTOR = 1e13;
|
||||
|
||||
// ─── Anvil test accounts (deterministic mnemonic) ────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue