-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I noticed that the distributed parameter in OpenEvolve appears to be unused:
https://github.com/codelion/openevolve/blob/bfb1c9d295ad1d36b24d2ff152494cd8a9918931/configs/default_config.yaml#L104C3-L104C14
Do you have plans to implement this feature? I looked into the run() function of the controller, and it seems that only one program is evaluated at a time.
I am trying a use case that evaluation is quite time-consuming, so I’m hoping to generate multiple child programs per iteration and evaluate them in parallel, and I cannot find this implementation. Do I miss something or it's just not implemented?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request