Skip to content

Commit

Permalink
Use DictHessianPattern as default tracer pattern (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Aug 12, 2024
1 parent 8451650 commit 7010062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const DEFAULT_GRADIENT_TRACER = GradientTracer{IndexSetGradientPattern{Int,BitSet}}
const DEFAULT_HESSIAN_TRACER = HessianTracer{
IndexSetHessianPattern{Int,BitSet,Set{Tuple{Int,Int}},NotShared}
DictHessianPattern{Int,BitSet,Dict{Int,BitSet},NotShared}
}

#==================#
Expand Down

0 comments on commit 7010062

Please sign in to comment.