[PR #3017] [CLOSED] Add gridoptim to Data Analysis section of ReadMe #20711

Closed
opened 2026-05-12 12:39:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3017
Author: @Halfblood-Prince
Created: 4/2/2026
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

gridoptim is a parallel grid search optimizer for Python that can evaluate large parameter grids efficiently. It is 205 times faster than SciPy.brute while searching on a 64^4 grid on a 12 core CPU.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3017 **Author:** [@Halfblood-Prince](https://github.com/Halfblood-Prince) **Created:** 4/2/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`977132f`](https://github.com/vinta/awesome-python/commit/977132f0ac8980dd513ac01edafac6545a913650) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description gridoptim is a parallel grid search optimizer for Python that can evaluate large parameter grids efficiently. It is 205 times faster than SciPy.brute while searching on a 64^4 grid on a 12 core CPU. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 12:39:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#20711