Ross ROSS = Recommend OSS · open-source software intelligence for agents

nnaisense/evotorch

Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE. observed · 2026-08-28

github.com/nnaisense/evotorch · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
nnaisense/evotorchmain78

For agents

markdown · JSON · MCP: product_card(name="nnaisense/evotorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem