新增实验代码等
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
seed: 20260813
|
||||
|
||||
generation:
|
||||
train_tasks_per_type: 260
|
||||
test_tasks_per_type: 100
|
||||
task_types:
|
||||
- simple_qa
|
||||
- tool_research
|
||||
- collaborative_analysis
|
||||
llm:
|
||||
temperature: 0.5
|
||||
timeout_seconds: 90
|
||||
max_tokens: 3500
|
||||
|
||||
network:
|
||||
agent_count: 8
|
||||
tool_count: 3
|
||||
coordinator: agent_0
|
||||
default_link_bandwidth_mbps: 20
|
||||
default_link_delay_ms: 8
|
||||
max_concurrency: 4
|
||||
queue_capacity: 500
|
||||
|
||||
simulation:
|
||||
replications: 16
|
||||
timeout_ms: 2200
|
||||
max_retries: 2
|
||||
retry_backoff_ms: 180
|
||||
|
||||
experiments:
|
||||
validation_tasks_per_scenario: 120
|
||||
arrival_rates_per_second: [0.5, 1, 2, 4, 6, 8, 10, 12]
|
||||
stress_duration_seconds: 180
|
||||
stress_warmup_seconds: 20
|
||||
timeout_probabilities: [0.0, 0.03, 0.08, 0.15, 0.25]
|
||||
retry_limits: [0, 1, 2, 3, 5]
|
||||
|
||||
Reference in New Issue
Block a user