Closed andgoldschmidt closed 11 months ago
Describe the bug The min time objective was written for equal timesteps, but needs to actually take the sum of timesteps
To Reproduce Call MinimumTimeObjective for a problem_template that uses unequal timesteps
MinimumTimeObjective
problem_template
Expected behavior Loss over sum of timesteps and gradients that update all timesteps, not just the last (shared) timestep.
Describe the bug The min time objective was written for equal timesteps, but needs to actually take the sum of timesteps
To Reproduce Call
MinimumTimeObjective
for aproblem_template
that uses unequal timestepsExpected behavior Loss over sum of timesteps and gradients that update all timesteps, not just the last (shared) timestep.