Skip to content

Commit e345d09

Browse files
committed
change key features
1 parent 547e791 commit e345d09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ pip install gradient-free-optimizers[full] # All optional dependencies
102102
</tr>
103103
<tr>
104104
<td width="33%">
105-
<a href="https://simonblanke.github.io/gradient-free-optimizers-documentation/api/#search-space"><b>Flexible Search Spaces</b></a><br>
106-
<sub>Discrete and continuous parameter types. Define spaces with familiar NumPy syntax using arrays and ranges.</sub>
105+
<a href="https://simonblanke.github.io/gradient-free-optimizers-documentation/api/#search-space"><b>Discrete Search Spaces</b></a><br>
106+
<sub>Define parameter spaces with familiar NumPy syntax using arrays and ranges.</sub>
107107
</td>
108108
<td width="33%">
109109
<a href="https://simonblanke.github.io/gradient-free-optimizers-documentation/api/#constraints"><b>Constraints Support</b></a><br>
110110
<sub>Define constraint functions to restrict the search space. Invalid regions are automatically avoided.</sub>
111111
</td>
112112
<td width="33%">
113-
<a href="https://github.com/SimonBlanke/Gradient-Free-Optimizers"><b>Production Ready</b></a><br>
114-
<sub>Extensive test coverage across Python 3.10-3.14, NumPy 1.x/2.x, and all major operating systems.</sub>
113+
<a href="https://github.com/SimonBlanke/Gradient-Free-Optimizers"><b>Minimal Dependencies</b></a><br>
114+
<sub>Only pandas required. Optional integrations for progress bars (tqdm) and surrogate models (scikit-learn).</sub>
115115
</td>
116116
</tr>
117117
</table>

0 commit comments

Comments
 (0)