GEPA.Utils (GEPA v0.3.0)

Copy Markdown View Source

Compatibility facade for GEPA utility functions.

Summary

Functions

find_dominator_programs(pareto_front_programs, program_scores)

@spec find_dominator_programs(map(), map()) :: [non_neg_integer()]

is_dominated?(program, dominating_programs, pareto_front)

@spec is_dominated?(
  non_neg_integer(),
  MapSet.t(non_neg_integer()) | [non_neg_integer()],
  map()
) ::
  boolean()

remove_dominated_programs(pareto_front, scores)

@spec remove_dominated_programs(map(), map()) :: map()