Skip to content

itp: The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm version 1.0.1

Compare
Choose a tag to compare
@paulnorthrop paulnorthrop released this 14 Jun 19:32
· 123 commits to main since this release

itp 1.0.1

Bug fixes and minor improvements

  • A bug in the part of itp() in which the bracketing interval has been fixed. It caused incorrect results in cases where the function is locally decreasing.
  • Tests have been added to check the correction of this bug.