@@ -136,9 +136,6 @@ If `f!` is `nothing` instead of the actual target function, then the returned in
136136be used with any target function. However, this will reduce ForwardDiff's ability to catch
137137and prevent perturbation confusion (see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
138138
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-
142139This constructor does not store/modify `y` or `x`.
143140"""
144141@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
181178However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
182179(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
183180
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-
187181This constructor does not store/modify `x`.
188182"""
189183@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
228222However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
229223(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
230224
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-
234225This constructor does not store/modify `x`.
235226"""
236227@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
263254However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
264255(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
265256
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-
269257This constructor does not store/modify `y` or `x`.
270258"""
271259@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
316304However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
317305(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
318306
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-
322307This constructor does not store/modify `x`.
323308"""
324309@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
350335However, this will reduce ForwardDiff's ability to catch and prevent perturbation confusion
351336(see https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
352337
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-
356338This constructor does not store/modify `x`.
357339"""
358340@inline function HessianConfig (f:: F ,
0 commit comments