Jared

Results 9 comments of Jared

This would be helpful for my use case, where I'm using a third-party library which has a tqdm bar I'd like to disable but can't modify the library code itself...

Looks like this PR has been open for quite some time. @casperdcl Any thoughts on this change?

Agreed, let's re-open and solve the issue.

I'd be quite interested in a `strConcat` function that works in Solidity ^0.8.0. Can anyone point me to a good library?

Thanks! For future passerby, the code is ```string(abi.encodePacked(partOne, Strings.toString(numberTwo)));```

I tend to try `hp.normal()` when I already have a set of hyperparameters that work well - what sort of improvement are you thinking of?

Looking through the source code, you can pass in a `Trials` object with past runs of the code. Extending @abhishek-ghose 's example, it would be a bit more work than...