File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ to add the specific wrapper packages.
88
88
- Second order
89
89
- Zeroth order
90
90
- Box Constraints
91
- - Constrained
91
+ - Constrained 🟡
92
92
- <strong>Global Methods</strong>
93
93
- Zeroth order
94
94
- Unconstrained
@@ -126,21 +126,21 @@ to add the specific wrapper packages.
126
126
- Zeroth order
127
127
- Unconstrained
128
128
- Box Constraints
129
- - Constrained
129
+ - Constrained 🟡
130
130
</details>
131
131
<details>
132
132
<summary><strong>NLopt</strong></summary>
133
133
- <strong>Local Methods</strong>
134
134
- First order
135
135
- Zeroth order
136
- - Second order
136
+ - Second order 🟡
137
137
- Box Constraints
138
- - Local Constrained
138
+ - Local Constrained 🟡
139
139
- <strong>Global Methods</strong>
140
140
- Zeroth order
141
141
- First order
142
142
- Unconstrained
143
- - Constrained
143
+ - Constrained 🟡
144
144
</details>
145
145
<details>
146
146
<summary><strong>Optim</strong></summary>
@@ -158,21 +158,21 @@ to add the specific wrapper packages.
158
158
<details>
159
159
<summary><strong>PRIMA</strong></summary>
160
160
- <strong>Local Methods</strong>
161
- - Derivative-Free:
161
+ - Derivative-Free: ✅
162
162
- **Constraints**
163
- - Box Constraints:
164
- - Local Constrained:
163
+ - Box Constraints: ✅
164
+ - Local Constrained: ✅
165
165
</details>
166
166
<details>
167
167
<summary><strong>QuadDIRECT</strong></summary>
168
168
- **Constraints**
169
- - Box Constraints:
169
+ - Box Constraints: ✅
170
170
- <strong>Global Methods</strong>
171
- - Unconstrained:
171
+ - Unconstrained: ✅
172
172
</details>
173
173
```
174
174
175
- = supported in downstream library but not yet implemented in ` Optimization.jl ` ; PR to add this functionality are welcome
175
+ 🟡 = supported in downstream library but not yet implemented in ` Optimization.jl ` ; PR to add this functionality are welcome
176
176
177
177
## Citation
178
178
You can’t perform that action at this time.
0 commit comments