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 66e701b commit 4726918Copy full SHA for 4726918
1 file changed
src/optim_tests/multivariate/unconstrained.jl
@@ -7,8 +7,8 @@ export OptimizationProblem, objective, gradient, objective_gradient, hessian
7
#######################
8
# TODO: We could write fg! calls as well here
9
10
-immutable OptimizationProblem{P, Tfg, Tf <: Real}
11
- name::AbstractString
+immutable OptimizationProblem{P, Tfg, Tf <: Real, TS <: AbstractString}
+ name::TS
12
f::Function
13
g!::Function
14
fg!::Tfg
0 commit comments