We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e8f94 commit bf62936Copy full SHA for bf62936
src/alg_traits.jl
@@ -85,9 +85,8 @@ has_lazy_interpolation(alg::AbstractDEAlgorithm) = false
85
"""
86
allowsbounds(opt)
87
88
-Trait declaration for whether an optimizer allows for
89
-box constraints passed with `lb` and `ub` in
90
-`OptimizationProblem`.
+Trait declaration for whether an solver allows for
+box constraints passed with `lb` and `ub` in problems.
91
92
Defaults to false.
93
@@ -96,9 +95,9 @@ allowsbounds(opt) = false
96
95
97
requiresbounds(opt)
98
99
-Trait declaration for whether an optimizer requires
+Trait declaration for whether an solver requires
100
box constraints passed with `lb` and `ub` in
101
+problems.
102
103
104
0 commit comments