awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
msu-coinlab avatar

msu-coinlab/pymooFork

0
View on GitHub↗
26 stars·0 forks·Apache-2.0·9 viewspymoo.org↗

Pymoo

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO

Features

  • Hyperparameter Tuning - Framework for multi-objective optimization in Python.
  • Optimization Solvers - Multi-objective optimization in Python.

Star history

Star history chart for msu-coinlab/pymooStar history chart for msu-coinlab/pymoo

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pymoo

These projects share indexed features with Pymoo. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • casadi/casadicasadi avatar

    casadi/casadi

    2,232View on GitHub↗

    CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

    C++
    View on GitHub↗2,232
  • ceres-solver/ceres-solverceres-solver avatar

    ceres-solver/ceres-solver

    4,499View on GitHub↗

    Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained optimization problems. It serves as a framework for automatic differentiation and robust curve fitting, providing tools to solve large-scale mathematical models. The library is distinguished by its bundle adjustment capabilities, which exploit sparse matrix structures to refine 3D scene points and camera parameters. It utilizes dual-number automatic differentiation to compute derivatives of cost functions, removing the need for manual Jacobian derivation. The project covers a

    C++
    View on GitHub↗4,499
  • cma-es/libcmaesCMA-ES avatar

    CMA-ES/libcmaes

    367View on GitHub↗

    libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy

    C++
    View on GitHub↗367
  • autonomio/talosautonomio avatar

    autonomio/talos

    1,637View on GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    View on GitHub↗1,637
Compare all 30 related projects→

Frequently asked questions

What does msu-coinlab/pymoo do?

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO

What are the main features of msu-coinlab/pymoo?

The main features of msu-coinlab/pymoo are: Hyperparameter Tuning, Optimization Solvers.

Which projects share features with msu-coinlab/pymoo?

Projects with overlapping indexed features include: casadi/casadi — CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse… ceres-solver/ceres-solver — Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained… cma-es/libcmaes — libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization… coin-or/ipopt — COIN-OR Interior Point Optimizer IPOPT. coin-or/shot — A solver for mixed-integer nonlinear optimization problems. autonomio/talos — Hyperparameter Experiments with TensorFlow and Keras.