We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71856b2 commit c54f321Copy full SHA for c54f321
src/jump_wrapper.jl
@@ -2,14 +2,12 @@
2
"""
3
function diff_model(
4
optimizer_constructor;
5
- method = nothing,
6
with_parametric_opt_interface::Bool = false,
7
with_bridge_type = Float64,
8
with_cache::Bool = true,
9
)
10
inner = diff_optimizer(
11
12
- method = method,
13
with_parametric_opt_interface = with_parametric_opt_interface,
14
with_bridge_type = with_bridge_type,
15
with_cache = with_cache,
0 commit comments