When plotting, it's important to have some notion of a start.
In this case, it's usually as soon as the first Trial is created. Otherwise, it would be up for the user to get a timestamp such as datetime.now().
With that, I also fixed up the histories to return the same types as themselves for a bit of consistency.
When plotting, it's important to have some notion of a start. In this case, it's usually as soon as the first
Trial
is created. Otherwise, it would be up for the user to get a timestamp such asdatetime.now()
.With that, I also fixed up the histories to return the same types as themselves for a bit of consistency.