Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evalplus/evalplus
/ seed_selection
Method
seed_selection
evalplus/gen/mut_gen.py:13–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
super().__init__(inputs, signature, contract_code)
12
13
def
seed_selection(self):
14
# random for now.
15
return
random.choice(self.seed_pool)
16
17
@abstractmethod
18
def
mutate(self, seed_input: Any) -> Any:
Callers
2
generate
Method · 0.95
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected