opik-optimizer 0.7.3__py3-none-any.whl → 0.7.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,12 +27,14 @@ from opik.evaluation.models.litellm import warning_filters
27
27
  warning_filters.add_warning_filters()
28
28
 
29
29
  from .optimization_result import OptimizationResult
30
+ from opik_optimizer.evolutionary_optimizer.evolutionary_optimizer import EvolutionaryOptimizer
30
31
 
31
32
  __all__ = [
32
33
  "BaseOptimizer",
33
34
  "FewShotBayesianOptimizer",
34
35
  "MetaPromptOptimizer",
35
36
  "MiproOptimizer",
37
+ "EvolutionaryOptimizer",
36
38
  "MetricConfig",
37
39
  "OptimizationConfig",
38
40
  "TaskConfig",