clad icon indicating copy to clipboard operation
clad copied to clipboard

Redesign of the product differentiation in the reverse mode

Open ovdiiuv opened this issue 6 months ago • 0 comments

When differentiating product right side isn't always differentiated but simply being cloned.

      if (!ShouldRecompute(R)) { 
                 ...
      } else {
        RResult = StmtDiff(Clone(R));
      }

That causes errors such as in #1014 and potentially many others.

ovdiiuv avatar Aug 07 '24 21:08 ovdiiuv