11
22![ Coverage] ( https://img.shields.io/badge/Coverage-91%25-brightgreen )
3- [ ![ CI] ( https://github.com/finitearth /promptolution/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/finitearth /promptolution/actions/workflows/ci.yml )
4- [ ![ Docs] ( https://github.com/finitearth /promptolution/actions/workflows/docs.yml/badge.svg?branch=main )] ( https://github.com/finitearth /promptolution/actions/workflows/docs.yml )
3+ [ ![ CI] ( https://github.com/automl /promptolution/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/automl /promptolution/actions/workflows/ci.yml )
4+ [ ![ Docs] ( https://github.com/automl /promptolution/actions/workflows/docs.yml/badge.svg?branch=main )] ( https://github.com/automl /promptolution/actions/workflows/docs.yml )
55![ Code Style] ( https://img.shields.io/badge/Code%20Style-black-black )
66![ Python Versions] ( https://img.shields.io/badge/Python%20Versions-≥3.10-blue )
7- [ ![ Getting Started] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/finitearth /promptolution/blob/main/tutorials/getting_started.ipynb )
7+ [ ![ Getting Started] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/automl /promptolution/blob/main/tutorials/getting_started.ipynb )
88
99![ promptolution] ( https://github.com/user-attachments/assets/84c050bd-61a1-4f2e-bc4e-874d9b4a69af )
1010
2929* Built-in response caching to save costs and parallelized inference for speed.
3030* Detailed logging and token usage tracking for granular post-hoc analysis.
3131
32- Have a look at our [ Release Notes] ( https://finitearth .github.io/promptolution/release-notes/ ) for the latest updates to promptolution.
32+ Have a look at our [ Release Notes] ( https://automl .github.io/promptolution/release-notes/ ) for the latest updates to promptolution.
3333
3434## 📦 Installation
3535
@@ -46,28 +46,28 @@ pip install promptolution[vllm,transformers]
4646From source:
4747
4848```
49- git clone https://github.com/finitearth /promptolution.git
49+ git clone https://github.com/automl /promptolution.git
5050cd promptolution
5151poetry install
5252```
5353
5454## 🔧 Quickstart
5555
5656Start with the ** Getting Started tutorial** :
57- [ https://github.com/finitearth /promptolution/blob/main/tutorials/getting_started.ipynb ] ( https://github.com/finitearth /promptolution/blob/main/tutorials/getting_started.ipynb )
57+ [ https://github.com/automl /promptolution/blob/main/tutorials/getting_started.ipynb ] ( https://github.com/automl /promptolution/blob/main/tutorials/getting_started.ipynb )
5858
5959Full docs:
60- [ https://finitearth .github.io/promptolution/ ] ( https://finitearth .github.io/promptolution/ )
60+ [ https://automl .github.io/promptolution/ ] ( https://automl .github.io/promptolution/ )
6161
6262
6363## 🧠 Featured Optimizers
6464
6565| ** Name** | ** Paper** | ** Init prompts** | ** Exploration** | ** Costs** | ** Parallelizable** | ** Few-shot** |
6666| ---- | ---- | ---- | ---- | ---- | ----| ---- |
67- | ` CAPO ` | [ Zehle et al., 2025] ( https://arxiv.org/abs/2504.16005 ) | required | 👍 | 💲 | ✅ | ✅ |
68- | ` EvoPromptDE ` | [ Guo et al., 2023] ( https://arxiv.org/abs/2309.08532 ) | required | 👍 | 💲💲 | ✅ | ❌ |
69- | ` EvoPromptGA ` | [ Guo et al., 2023] ( https://arxiv.org/abs/2309.08532 ) | required | 👍 | 💲💲 | ✅ | ❌ |
70- | ` OPRO ` | [ Yang et al., 2023] ( https://arxiv.org/abs/2309.03409 ) | optional | 👎 | 💲💲 | ❌ | ❌ |
67+ | ` CAPO ` | [ Zehle et al., 2025] ( https://openreview.net/forum?id=UweaRrg9D0 ) | required | 👍 | 💲 | ✅ | ✅ |
68+ | ` EvoPromptDE ` | [ Guo et al., 2023] ( https://openreview.net/forum?id=ZG3RaNIsO8 ) | required | 👍 | 💲💲 | ✅ | ❌ |
69+ | ` EvoPromptGA ` | [ Guo et al., 2023] ( https://openreview.net/forum?id=ZG3RaNIsO8 ) | required | 👍 | 💲💲 | ✅ | ❌ |
70+ | ` OPRO ` | [ Yang et al., 2023] ( https://openreview.net/forum?id=Bb4VGOWELI ) | optional | 👎 | 💲💲 | ❌ | ❌ |
7171
7272## 🏗 Components
7373
0 commit comments