Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-1388

Default number of iterations in integrators

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 4.0
    • None
    • None

    Description

      In TrapezoidIntegrator and MidPointIntegrator, the default value for the number of iterations is set to 64.

      At iteration 64, the number of points would be 2^63, whereas the largest positive long value is 2^63 - 1.

      Even if the default is set to 63, is such a huge value reasonable?

      The default value should be defined as a "private" field.

      Attachments

        Activity

          People

            Unassigned Unassigned
            erans Gilles Sadowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: