MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / EvolutionTraceConfig

Class EvolutionTraceConfig

openevolve/config.py:388–397  ·  view source on GitHub ↗

Configuration for evolution trace logging

Source from the content-addressed store, hash-verified

386
387@dataclass
388class EvolutionTraceConfig:
389 """Configuration for evolution trace logging"""
390
391 enabled: bool = False
392 format: str = "jsonl" # Options: "jsonl", "json", "hdf5"
393 include_code: bool = False
394 include_prompts: bool = True
395 output_path: Optional[str] = None
396 buffer_size: int = 10
397 compress: bool = False
398
399
400@dataclass

Callers 1

Calls

no outgoing calls

Tested by 1