~esys/escript-finley/trunk

Viewing all changes in revision 5391.

  • Committer: aellery
  • Date: 2019-01-09 22:58:20 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:6772

A user can now manually set the order of the interpolation used in the line search in the LBFGS and BFGS minimizers. Example usage:

solver=MinimizerLBFGS()
solver.setOptions(interpolationOrder=1)

Accepted values for interpolationOrder are 1, 2 and 3.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: