nnaisense/evotorch
Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE. observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 98
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 1486
- days_rel: 476
- days_push: 16
- n_releases_24m: 2
Adoption not part of the score
1142 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EvoTorch is an open-source evolutionary computation library built on top of PyTorch, developed at NNAISENSE. It provides distribution-based (PGPE, XNES, CMA-ES, SNES, CEM) and population-based (GeneticAlgorithm/NSGA-II, CoSyNE, MAPElites) search algorithms for black-box optimization, reinforcement learning, and supervised learning tasks.
Use cases
- solve black-box optimization problems without gradients
- train neural network policies via neuroevolution
- run CMA-ES or PGPE on GPU with PyTorch
- perform multi-objective optimization with NSGA-II
- apply quality-diversity search with MAPElites
- evolve solutions to reinforcement learning tasks
When to choose
- your objective is non-differentiable, noisy, or black-box
- you want evolutionary algorithms accelerated on GPU via PyTorch
- you need distributed or parallelized population-based search
- you want neuroevolution for RL or supervised learning
When to avoid
- your problem is smooth and gradient descent works well
- you need a lightweight non-PyTorch optimizer
- you only need simple hyperparameter tuning (use optuna instead)
Facets
library · maturity active
machine-learning gpu-computing reinforcement-learning artificial-intelligence machine-learning reinforcement-learning python cross-platform evolutionary-computation neuroevolution pytorch genetic-algorithm cma-es black-box-optimization quality-diversity optimization algorithms gpu
3 sources
- readme: https://github.com/nnaisense/evotorch · fetched 2026-08-28 · 7a48ed50abf7
- homepage: https://evotorch.ai · fetched 2026-08-29 · c387ad1b7859
- registry_pypi: https://pypi.org/pypi/evotorch/json · fetched 2026-08-29 · 720cf603e9ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nnaisense/evotorch | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="nnaisense/evotorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem