Open ian-bertolacci opened 4 years ago
From priorities list: "[evaluation] program extended to also do an estimate of the running time on ocelote and an evaluation of how well that prediction works." From meetings: "We prediction doesn't need to be great, just need to show process and how to evaluate"
Steps:
Deliverables:
set([ abs( observed[NX,NY,NZ] - model( NX, NY, NZ ) ) for (NX,NY,NZ) in test_configurations ])
(excuse the python notation)@mstrout thoughts?
3 #6
After doing data collection for #3, test predicitve power on tool on those configurations with that data.