packages feed

nonlinear-optimization 0.1 → 0.2

raw patch · 2 files changed

+2/−4 lines, 2 files

Files

Numeric/Optimization/Algorithms/HagerZhang05.hsc view
@@ -22,7 +22,7 @@ --------------------------------------------------------------------------  -module Math.Optimization.Algorithms.HagerZhang05+module Numeric.Optimization.Algorithms.HagerZhang05     (-- * Main function      -- $mainFunction      optimize@@ -307,8 +307,6 @@       -- ^ Line search fails during interval update.     | DebugTol       -- ^ Debug tolerance was on and the test failed (see 'debugTol').-    | OutOfMemory-      -- ^ Couldn't allocate enought temporary memory.     | FunctionValueNaN       -- ^ Function value became @NaN@.     | StartFunctionValueNaN
nonlinear-optimization.cabal view
@@ -3,7 +3,7 @@ Tested-With:         GHC Category:            Math Name:                nonlinear-optimization-Version:             0.1+Version:             0.2 Stability:           experimental License:             GPL License-File:        LICENSE