@@ -136,9 +136,6 @@ If `f!` is `nothing` instead of the actual target function, then the returned in
136
136
be used with any target function. However, this will reduce ForwardDiff's ability to catch
137
137
and prevent perturbation confusion (see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
138
138
139
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
140
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
141
-
142
139
This constructor does not store/modify `y` or `x`.
143
140
"""
144
141
@inline function DerivativeConfig (f:: F ,
@@ -181,9 +178,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
181
178
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
182
179
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
183
180
184
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
185
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
186
-
187
181
This constructor does not store/modify `x`.
188
182
"""
189
183
@inline function GradientConfig (f:: F ,
@@ -228,9 +222,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
228
222
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
229
223
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
230
224
231
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
232
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
233
-
234
225
This constructor does not store/modify `x`.
235
226
"""
236
227
@inline function JacobianConfig (f:: F ,
@@ -263,9 +254,6 @@ If `f!` or `tag` is `nothing`, then the returned instance can be used with any t
263
254
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
264
255
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
265
256
266
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
267
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
268
-
269
257
This constructor does not store/modify `y` or `x`.
270
258
"""
271
259
@inline function JacobianConfig (f:: F ,
@@ -316,9 +304,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
316
304
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
317
305
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
318
306
319
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
320
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
321
-
322
307
This constructor does not store/modify `x`.
323
308
"""
324
309
@inline function HessianConfig (f:: F ,
@@ -350,9 +335,6 @@ If `f` or `tag` is `nothing`, then the returned instance can be used with any ta
350
335
However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
351
336
(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
352
337
353
- If `tag` is `:hash`, a small hash-based tag is provided. This tracks perturbation confusion
354
- with similar accuracy, but is much smaller than `tag = :type`, which stores the full type.
355
-
356
338
This constructor does not store/modify `x`.
357
339
"""
358
340
@inline function HessianConfig (f:: F ,
0 commit comments