File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments