Not an issue, but a question. How do I retrieve the optimal loss in an ask-and-tell framework? The examples given here show the use of optimizer.value and optimizer.args. What does it mean to have the second element of the tuple in optimizer.value equal to {}? If I only extract args, I'll have to run another simulation to calculate the loss value. I'm hoping to avoid doing that at the end of the ask-and-tell loop.