Virgile Andreani

Results 67 comments of Virgile Andreani

Hi! Sorry for the delay, I have been busy and out of the country for the last few weeks. I do have a working prototype, and I wanted to add...

Thank you for all your work! I have been wanting to implement this for a long time but I am glad that someone managed to do it. I am very...

I just changed the parameters in [`cmaes.rs`](https://github.com/VolodymyrOrlov/argmin/blob/main/argmin/examples/cmaes.rs) and ran it with `cargo run --release --example cmaes`, so I think it is `vec` unless I am wrong?

It looks like there is a similar problem with the `nalgebra` backend, observed if you change the maximum number of iterations from `100` to `10000` in `test_nalgebra_solver`?

Hi, I pulled the changes from the branch `VolodymirOrlov/main` and modified the `examples/cmaes.rs` file to allow for 1000 iterations. The optimization still panics. Am I doing something wrong?

Ah yes indeed sorry, I was apparently doing something wrong: it also works most of the time for me now. I also get this panic sometimes, non-reproducibly. From a few...

Thank you, it is working now. Would you like me to add this snippet of code somewhere in the documentation so that other people can find it too and not...

As far as I can say, * `shapes_broadcasting` is only used in `broadcast_dist_samples_shape` and `get_broadcastable_dist_samples`, * `broadcast_dist_samples_shape` is only used in `get_broadcastable_dist_samples`, * `get_broadcastable_dist_samples` is only used in `broadcast_distribution_samples` and...

These metropolis tests are flaky even though they are supposed to be `SeededTest`s. It is because `_get_seeds_per_chain` creates a `numpy.random.default_rng(None)` which is based on entropy, not on the global numpy...

I see, that makes sense. I will change the name of the class and we will see if that repeats. But doesn't this mean that `SeededTest` in its current form...