Skip to content
Snippets Groups Projects
  1. May 23, 2014
  2. May 22, 2014
  3. May 16, 2014
  4. May 14, 2014
  5. May 13, 2014
  6. May 12, 2014
  7. Apr 23, 2014
  8. Apr 09, 2014
  9. Apr 08, 2014
  10. Mar 24, 2014
    • Oliver Sander's avatar
      Set minimum number of iterations to 1 · 3feccda7
      Oliver Sander authored
      With the better initial iterate introduced in the previous patch,
      this lower number seems to be sufficient.
      
      [[Imported from SVN: r9684]]
      3feccda7
    • Oliver Sander's avatar
      Use a better initial iterate for the TargetSpaceTRSolver than coefficients_[0] · e6dca29a
      Oliver Sander authored
      The new initial iterate is constructed by interpolating the values in Euclidean
      space, and projecting back onto TargetSpace.  This has two advantages:
      1) It's a better initial iterate, so we should converge faster than starting
         from coefficients_[0]
      2) It makes it easier for ADOL-C to pick up correct second derivatives.
         Hence we are able to reduce the minimum number of iterations of the
         target space tr solver.
      
      [[Imported from SVN: r9683]]
      e6dca29a
Loading