Ticket #29 (closed defect: fixed)
StepMonitor should not log simplex
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | minor | Milestone: | mystic-0.1a2 |
Component: | mystic.solvers | Keywords: | |
Cc: |
Description
For the Nelder-Mead Simplex solver, StepMonitors? log the simplex... which I believe breaks monitor convention (I believe DESolver logs each iteration's best population, not the entire population).
StepMonitor? should only log the best population. The simplex could be logged with an otherwise customized monitor, if it makes sense to log the simplex...
Change History
Note: See
TracTickets for help on using
tickets.
StepMonitor? only logs best (i.e. sim[0]) as of r132 built new patch.
done