housekeeping: removed commented code

This commit is contained in:
Dhairya Gandhi 2018-08-20 18:10:20 +05:30
parent 624dc6cb85
commit 1af7a53e1f

View File

@ -152,12 +152,4 @@ function jacobian(m,x)
xp.grad .*= 0 # Reset gradient accumulator xp.grad .*= 0 # Reset gradient accumulator
end end
J' J'
end end
# struct StopException <: Exception
# x::Symbol
# end
# function stop(x)
# throw(StopException(x))
# end