Hvass-Labs

Results 30 comments of Hvass-Labs

@ZhouGeorge I'm very sorry for the late reply! I was travelling without internet for several weeks. You were sent an invitation as a collaborator for this repo several months ago....

@ZhouGeorge I see you translated Tutorial 10. Thanks very much for that! If you have the time, would it be possible for you to translate Tutorial 16 on Reinforcement Learning?...

I don't think @ZhouGeorge has time to translate it. Would you like to translate it? It has to be a real human translation, not just Google Translate.

Hello, I have used the `pygmo` Python package in a number of projects, some of which can be run on Google Colab. The `pygmo` package is causing problems because it...

Thanks for the quick and detailed explanation! I have no personal experience combining Python and C++ code and distributing the library, so I will have to take your word for...

Since you are employees of ESA, perhaps you could just ask your manager to allow you to spend some of your work-time on updating the `pygmo` pip package. It is...

This suggestion seems related to your 2nd comment. But just to be sure we mean the same thing: It would be useful if I could specify values that must be...

I would like zooming in all kinds of plots, and the ability to lock either the x or y axis so it cannot be zoomed. This should also work in...

It looks like you almost have the necessary functionality already, as zooming can be hacked by changing the `domain` values as shown in [this example](https://observablehq.com/d/dbf3510d4fd2da10). This just needs to be...

This feature is also useful in cloud computing that don't allow the use of Numba JIT, but you can make a small pre-compiled library of your JIT functions. But I...