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

SimplexSolver returns TooManyIterationsException

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.2, 3.1.1
    • 4.X
    • None
    • None

    Description

      We have vector v and matrix s (from file S.txt)
      v - vector ( size: 1*649 )
      s - matrix ( size: 554*649 )
      We want solve linear problem:

      • max (v[31])
      • Bounds:
      • s*v = 0
      • -1 <= v[i] <= 1 for i=0,..., 648
        We changed MaxIter parameter (from 100 to 1e+6). And we changed epsilon ( set default value and 1e-3). But solver always throws TooManyIterationsException (and work very slow).

      Attachments

        1. Problem.zip
          21 kB
          Buharov Alexander
        2. AdipocyteModel.xml
          841 kB
          Buharov Alexander

        Activity

          People

            Unassigned Unassigned
            Buharov Buharov Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: