Closed sritchie closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.69%. Comparing base (
85af590
) to head (3a3ad9f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@littleredcomputer I'm going to go ahead and merge this so we can get the bug fix out... let me know if you see any issues on review that you'd like me to tackle.
@alexgian this is now merged! I'll have to do a little more work to get this out into the emmy-viewers
bundle and make it available on Maria / in the viewers... but you can give it a try via the Clerk route now if you use Emmy as a git dependency.
This PR:
Adds
^:const
metadata to all constants, reaping small performance winsUpdates
emmy.numerical.unimin.brent/{brent-min,brent-max,brent-min-commons,brent-max-commons}
to:take a new
:initial-guess
argument, useful if you have some idea of where the minimum might lieswaps the relative and absolute threshold defaults to match those from
scmutils
adjusts the initial guess from the midpoint between
a
andb
to a golden section cut (closer toa
), to matchscmutils