---
title: "Auto-PyTorch vs hypertunity"
type: "comparison"
canonical_url: "https://www.graphcanon.com/compare/automl-auto-pytorch-vs-gdikov-hypertunity"
tools: ["automl-auto-pytorch", "gdikov-hypertunity"]
---

# Auto-PyTorch vs hypertunity

*GraphCanon updated Aug 4, 2026*

## Verdict

Pick Auto-PyTorch if auto-PyTorch specializes in automatic architecture search and hyperparameter optimization for deep-learning models using PyTorch; pick hypertunity if hypertunity is a Python library that facilitates black-box hyperparameter optimisation using techniques such as Bayesian Optimization.

[Auto-PyTorch](https://github.com/automl/Auto-PyTorch) reports 2.5k GitHub stars, 303 forks, and 75 open issues, last pushed Apr 9, 2024. [hypertunity](https://hypertunity.readthedocs.io) has 137 stars, 10 forks, and 0 open issues, last pushed Jan 26, 2020. Figures are from public GitHub metadata via [Auto-PyTorch's repository](https://github.com/automl/Auto-PyTorch) and [hypertunity's repository](https://github.com/gdikov/hypertunity).

| | [Auto-PyTorch](/tools/automl-auto-pytorch.md) | [hypertunity](/tools/gdikov-hypertunity.md) |
| --- | --- | --- |
| Tagline | Automatic architecture search and hyperparameter optimization for PyTorch | A toolset for black-box hyperparameter optimisation |
| Stars | 2,541 | 137 |
| Forks | 303 | 10 |
| Open issues | 75 | 0 |
| Language | Python | Python |
| Adopt for | Auto-PyTorch specializes in automatic architecture search and hyperparameter optimization for deep-learning models using PyTorch. | hypertunity is a Python library that facilitates black-box hyperparameter optimisation using techniques such as Bayesian Optimization. |
| Persona | - | - |
| Runtime | - | - |
| License | Apache-2.0 | Apache-2.0 |
| Categories | Data & Retrieval, Model Training | Model Training |

## Trust and health

_Sourced signals - not a safety guarantee. No winner column._

| | [Auto-PyTorch](/tools/automl-auto-pytorch.md) | [hypertunity](/tools/gdikov-hypertunity.md) |
| --- | --- | --- |
| Days since push | 846d | 2381d |
| Open issues (now) | 75 | 0 |
| Owner type | Organization | User |
| Full report | [trust report](/tools/automl-auto-pytorch/trust.md) | [trust report](/tools/gdikov-hypertunity/trust.md) |

## Shared compatibility

- **Python**: [Auto-PyTorch](/tools/automl-auto-pytorch.md) - Python runtime; [hypertunity](/tools/gdikov-hypertunity.md) - Python runtime

## Decision facts: Auto-PyTorch

- **Adopt for:** Auto-PyTorch specializes in automatic architecture search and hyperparameter optimization for deep-learning models using PyTorch.

## Decision facts: hypertunity

- **Requirements:** Min 2 GB RAM; Support for SLURM is indicated in the topics, useful for HPC cluster management but not a hard requirement.
- **Adopt for:** hypertunity is a Python library that facilitates black-box hyperparameter optimisation using techniques such as Bayesian Optimization.

## Choose when

### Choose Auto-PyTorch if…

- Tags unique to Auto-PyTorch: automl, deep-learning, pytorch, tabular-data.
- Also covers Data & Retrieval.
- Auto-PyTorch ships Docker support for self-hosted deployment.
- Use when you need to automate both architectural searches and hyperparameter tuning specifically for PyTorch-based deep learning models.

### Choose hypertunity if…

- Requirements: Min 2 GB RAM; Support for SLURM is indicated in the topics, useful for HPC cluster management but not a hard requirement..
- Tags unique to hypertunity: bayesian-optimization, gpyopt, hyperparameter-optimization, slurm.
- When you are working with complex objective functions that are expensive to evaluate, and you need an automated way to optimize your model parameters.

## When NOT to use Auto-PyTorch

- Avoid using it if your AI development focuses on frameworks other than PyTorch.
- Do not use when the requirements do not involve deep learning models or you are not interested in automating architecture search and hyperparameter tuning.

## When NOT to use hypertunity

- When the objective function evaluation is inexpensive or fast because hypertunity shines in scenarios where evaluations are costly, offering less benefit if evaluations can be easily repeated.
- If your project does not require advanced techniques such as Bayesian Optimization and you seek a simpler method with fewer dependencies.

## Common questions

### What is the difference between Auto-PyTorch and hypertunity?

Auto-PyTorch: Automatic architecture search and hyperparameter optimization for PyTorch. hypertunity: A toolset for black-box hyperparameter optimisation. See the comparison table for live GitHub stats and shared categories.

### When should I choose Auto-PyTorch over hypertunity?

Choose Auto-PyTorch over hypertunity when Tags unique to Auto-PyTorch: automl, deep-learning, pytorch, tabular-data; Also covers Data & Retrieval; Auto-PyTorch ships Docker support for self-hosted deployment; Use when you need to automate both architectural searches and hyperparameter tuning specifically for PyTorch-based deep learning models.

### When should I choose hypertunity over Auto-PyTorch?

Choose hypertunity over Auto-PyTorch when Requirements: Min 2 GB RAM; Support for SLURM is indicated in the topics, useful for HPC cluster management but not a hard requirement.; Tags unique to hypertunity: bayesian-optimization, gpyopt, hyperparameter-optimization, slurm; When you are working with complex objective functions that are expensive to evaluate, and you need an automated way to optimize your model parameters.

### When should I avoid Auto-PyTorch?

Avoid using it if your AI development focuses on frameworks other than PyTorch. Do not use when the requirements do not involve deep learning models or you are not interested in automating architecture search and hyperparameter tuning.

### When should I avoid hypertunity?

When the objective function evaluation is inexpensive or fast because hypertunity shines in scenarios where evaluations are costly, offering less benefit if evaluations can be easily repeated. If your project does not require advanced techniques such as Bayesian Optimization and you seek a simpler method with fewer dependencies.

### Is Auto-PyTorch or hypertunity more popular on GitHub?

Auto-PyTorch has more GitHub stars (2,541 vs 137). Stars measure visibility, not whether either tool fits your constraints.

### Are Auto-PyTorch and hypertunity open source?

Yes - both are open-source projects on GitHub (Auto-PyTorch: Apache-2.0, hypertunity: Apache-2.0).

### Where can I find alternatives to Auto-PyTorch or hypertunity?

GraphCanon lists graph-backed alternatives at [Auto-PyTorch alternatives](/tools/automl-auto-pytorch/alternatives) and [hypertunity alternatives](/tools/gdikov-hypertunity/alternatives) ([Auto-PyTorch markdown twin](/tools/automl-auto-pytorch/alternatives.md), [hypertunity markdown twin](/tools/gdikov-hypertunity/alternatives.md)), ranked by typed relationship edges rather than popularity votes.

### Is there a machine-readable version of this comparison?

Yes. The markdown twin at [this comparison](/compare/automl-auto-pytorch-vs-gdikov-hypertunity.md) mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.

### Which is better maintained, Auto-PyTorch or hypertunity?

Auto-PyTorch: Dormant. hypertunity: Dormant. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.

### Where are the full trust reports for Auto-PyTorch and hypertunity?

GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: [Auto-PyTorch trust report](/tools/automl-auto-pytorch/trust); [hypertunity trust report](/tools/gdikov-hypertunity/trust).

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/graph?tool=automl-auto-pytorch`](/api/graphcanon/graph?tool=automl-auto-pytorch)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
