Ticket #29 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by mmckerns

  • Status changed from new to closed
  • Resolution set to fixed

StepMonitor? only logs best (i.e. sim[0]) as of r132 built new patch.

done

Note: See TracTickets for help on using tickets.