Skip to content

Feature Suggestion: Add Support for Multi-Objective Optimization Algorithms #88

@rkhosrowshahi

Description

@rkhosrowshahi

First off, thank you for this handy library. It has been a valuable tool in my research and experimentation.

I’d like to propose an enhancement to the library: support for multi-objective optimization (MOO) algorithms, particularly multi-objective evolutionary algorithms (MOEAs).

Currently, evosax is limited to single-objective optimization methods. However, many real-world problems involve multiple conflicting objectives, and solving them requires algorithms that can explore a Pareto-optimal set of solutions.

Adding support for MOO would:

  • Address a gap in many general-purpose optimization libraries.
  • Attract researchers and practitioners from fields such as multi-task learning, engineering design, neural architecture search, and more.
  • Extend the utility of the library beyond single-objective problems, making it more versatile and competitive with libraries like pymoo.

Suggested Additions

Popular MOEAs such as:

  1. NSGA-II (for $M\lt3$)
  2. NSGA-III (for $M\geq 3$)
  3. MOCMAES
  4. GDE3
  5. MOPSO
  6. SPEA2
  7. MOEA/D
  8. Pareto-front analysis tools (visualization, hypervolume, IGD+, spread metrics, etc.).

I’d be happy to help with implementation or testing if this feature aligns with your development roadmap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions