RangeEnclosures.jl
RangeEnclosures.jl copied to clipboard
allow skipping derivative computations
I have some usecases where derivative is almost never useful for range enclosure, but takes the majority of calculations.
This PR makes it possible to pass df = nothing and skip all derivative-related computations.
done