fix: fix: increase CALCULATE_PARAMS_GAS_LIMIT from 200k to 500k (#782)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fb92beea9d
commit
87a088bc66
2 changed files with 4 additions and 4 deletions
|
|
@ -152,7 +152,7 @@ contract FitnessEvaluator is Test {
|
|||
/// @dev Must match Optimizer.CALCULATE_PARAMS_GAS_LIMIT. Candidates that exceed
|
||||
/// this limit would unconditionally produce bear defaults in production and
|
||||
/// are disqualified (fitness = 0) rather than scored against their theoretical output.
|
||||
uint256 internal constant CALCULATE_PARAMS_GAS_LIMIT = 200_000;
|
||||
uint256 internal constant CALCULATE_PARAMS_GAS_LIMIT = 500_000;
|
||||
|
||||
/// @dev Soft gas penalty: wei deducted from fitness per gas unit used by calculateParams.
|
||||
/// Creates selection pressure toward leaner programs while keeping gas as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue