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

Method to_dict

openevolve/database.py:79–81  ·  view source on GitHub ↗

Convert to dictionary representation

(self)

Source from the content-addressed store, hash-verified

77 embedding: Optional[List[float]] = None
78
79 def to_dict(self) -> Dict[str, Any]:
80 """Convert to dictionary representation"""
81 return asdict(self)
82
83 @classmethod
84 def from_dict(cls, data: Dict[str, Any]) -> "Program":

Callers 2

_run_iteration_workerFunction · 0.95
_save_programMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected