@@ -140,7 +140,7 @@ requiresgradient(opt) = false
140140 allowsfg(opt)
141141
142142Trait declaration for whether an optimizer
143- allows combined function and gradient evaluation
143+ allows combined function and gradient evaluation
144144in `instantiate_function`.
145145
146146Defaults to false.
@@ -161,7 +161,7 @@ requireshessian(opt) = false
161161 allowsfgh(opt)
162162
163163Trait declaration for whether an optimizer
164- allows combined function, gradient, and hessian
164+ allows combined function, gradient, and hessian
165165evaluation in `instantiate_function`.
166166
167167Defaults to false.
@@ -172,7 +172,7 @@ allowsfgh(opt) = false
172172 requiresconsjac(opt)
173173
174174Trait declaration for whether an optimizer
175- requires `cons_j` in `instantiate_function`, that is,
175+ requires `cons_j` in `instantiate_function`, that is,
176176does the optimizer require a constraints' Jacobian.
177177
178178Defaults to false.
@@ -205,7 +205,7 @@ allowsconsvjp(opt) = false
205205 requiresconshess(opt)
206206
207207Trait declaration for whether an optimizer
208- requires cons_h in `instantiate_function`, that is,
208+ requires cons_h in `instantiate_function`, that is,
209209does the optimizer require constraints' hessian.
210210
211211Defaults to false.
@@ -216,7 +216,7 @@ requiresconshess(opt) = false
216216 requireslagh(opt)
217217
218218Trait declaration for whether an optimizer
219- requires lag_h in `instantiate_function`, that is,
219+ requires lag_h in `instantiate_function`, that is,
220220does the optimizer require lagrangian hessian.
221221
222222Defaults to false.
0 commit comments