We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3bf69 commit 757a806Copy full SHA for 757a806
optillm/mars/mars.py
@@ -19,7 +19,7 @@
19
DEFAULT_CONFIG = {
20
'num_agents': 3,
21
'max_iterations': 5, # Balanced for quality vs efficiency
22
- 'verification_passes_required': 3, # Restored for better verification
+ 'verification_passes_required': 2, # Balanced for 5-iteration efficiency
23
'consensus_threshold': 2, # Keep at 2 for 3-agent setup
24
'min_verified_solutions': 1, # Keep minimal requirement
25
'max_tokens': 64000, # Base token budget
0 commit comments