Closed d-monnet closed 2 years ago
Note: I is necessary to cast an IntervalBox into vector{Interval} to call obj(). This corresponds to the first lines of the code.
Thanks @d-monnet for reporting this issue.
The issue for AMPGO14
and schmvett
comes from our package. It misses a conversion of pi
for both.
Then, there is an issue with the function ^
and also for abs
. The problem seems to be that these functions are not defined for Interval
derived type used by ForwardDiff. Maybe you can report this on IntervalArithmetic
or ForwardDiff
directly. For instance,
ForwardDiff.gradient(x -> abs(x[1]), X0)
Following #184 , it's all from IntervalArithmetics so I am closing this.
Issues:
I am not sure is the problem comes from JSO or IntervalArithmetics though.
Run attached code for details. interval_type_unstable.zip