You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PromptSampler class currently calculates the program's score by averaging all numeric values in the metrics dictionary.
Is there a specific reason for this instead of using the combined_score when it's available in the metrics?
If not, I can submit a PR to use combined_score when it exists.
PromptSamplerclass currently calculates the program's score by averaging all numeric values in the metrics dictionary.Is there a specific reason for this instead of using the
combined_scorewhen it's available in the metrics?If not, I can submit a PR to use combined_score when it exists.
https://github.com/codelion/openevolve/blob/5d0922250a9560c4e16dd30c138013e28878cd79/openevolve/prompt/sampler.py#L325
https://github.com/codelion/openevolve/blob/5d0922250a9560c4e16dd30c138013e28878cd79/openevolve/prompt/sampler.py#L375
https://github.com/codelion/openevolve/blob/5d0922250a9560c4e16dd30c138013e28878cd79/openevolve/prompt/sampler.py#L440
https://github.com/codelion/openevolve/blob/5d0922250a9560c4e16dd30c138013e28878cd79/openevolve/prompt/sampler.py#L475