Ticket #1 (assigned enhancement)

Opened 7 years ago

Last modified 5 years ago

add bounded version of scipy's leastsq

Reported by: mmckerns Owned by: mmckerns
Priority: minor Milestone: mystic-0.3a
Component: mystic.solvers Keywords: scipy leastsq
Cc:

Description (last modified by mmckerns) (diff)

Several users request:

  • add leastsq, fmin, fmin-powel solvers with bound constraints -- additionally, add the ability to find the correlation matrix

Change History

comment:1 Changed 7 years ago by mmckerns

  • Status changed from new to assigned

DONE:

  • scipy.fmin added around r82
  • scipy.fmin_powell around r103

TODO:

  • look at relative ease of adding mystic features to scipy.leastsq for mystic-0.1a1

comment:2 Changed 7 years ago by mmckerns

  • Summary changed from add bound versions of scipy's leastsq, fmin, fmin-powell to add bounded version of scipy's leastsq

changed summary to only reflect open work, then splintered off completed work to ticket #3

comment:3 Changed 7 years ago by mmckerns

  • Milestone changed from mystic-0.1a1 to mystic-dev

will be handled after mystic-0.1a1 release, moving ticket to mystic-dev

comment:4 Changed 7 years ago by altafang

scipy.optimize's leastsq, in minpack.py, requires a fortran library: _minpack.so

comment:5 Changed 5 years ago by mmckerns

  • Milestone changed from mystic-dev to mystic-0.2a2

numpy seems to have a leastsq, scipy has several

comment:6 Changed 5 years ago by mmckerns

  • Milestone changed from mystic-0.2a2 to mystic-0.3a1

comment:8 Changed 5 years ago by mmckerns

  • Milestone changed from mystic-0.3a1 to mystic-0.2a3
Note: See TracTickets for help on using tickets.