Skip to content

Commit 757a806

Browse files
committed
Update mars.py
1 parent 5f3bf69 commit 757a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm/mars/mars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DEFAULT_CONFIG = {
2020
'num_agents': 3,
2121
'max_iterations': 5, # Balanced for quality vs efficiency
22-
'verification_passes_required': 3, # Restored for better verification
22+
'verification_passes_required': 2, # Balanced for 5-iteration efficiency
2323
'consensus_threshold': 2, # Keep at 2 for 3-agent setup
2424
'min_verified_solutions': 1, # Keep minimal requirement
2525
'max_tokens': 64000, # Base token budget

0 commit comments

Comments
 (0)