uqfoundation / mystic

constrained nonlinear optimization for scientific machine learning, UQ, and AI
http://mystic.rtfd.io
Other
467 stars 50 forks source link

read_history in hypercube plotters should use iters=True #194

Open mmckerns opened 1 year ago

mmckerns commented 1 year ago

log files from ensemble solvers use a tuple of (iter,id) instead of (iter,). Because the hypercube plotters use read_history(filename, iter=False), they ignore id, and thus can't handle ensemble solver logs correctly.

mmckerns commented 1 year ago

use mystic.scripts._get_history to handle 2-tuple of ids appropriately?