-
Notifications
You must be signed in to change notification settings - Fork 3
Series approximation / derivative #6
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The current code only approximates dercn, but is missing out derzn.
// Perform series approximation if applicable
if (ref.skipped) {
dn = approximator.evaluate(point, d0, iteration);
dn.reduce();
dercn = approximator.evaluateDerivate(point, d0, iteration);
dercn.reduce();
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working