-
Instead of doing it or not depending on the phase of the moon:
```
sage: g = DiGraph([[1..12],lambda i,j: i!=j and i.divides(j)])
sage: [type(v) for v in g.vertices()]
[,
,
…
-
Multiple users have reported this issue in 3.0.3.
> User 1: Incapable of remembering which nodes and sub comments are assigned to a comment box and other issues. I have tried resetting to default v…
-
At the moment migration probability is stored as a field of `pagmo::base_island`, making the probability independent of the migration source (migration probability resolved per vertex). It would be pr…
-
Hallo All,
First of all, thank you for this great package and your time and effort.
I'm working on a UGV type robot and the requirements are max_vel = 0.05 and max_accel = 0.01
but I can see tha…
HemaZ updated
3 years ago
-
Hi @croesmann
I am using the kinetic-devel version of the TEB planner and I have intermittent problems where it will generate a plan that only contains ~3 poses (according to the published pose ar…
-
Periodically, the client receives a 502 response code to POST requests to Qdrant.
In production, we use a single installation of Qdrant 32 CPU 256 GB in a Kubernetes cluster. The client connect to …
-
The graph optimizer misses a simple log - softmax expression if the softmax or the log is transposed:
```
import theano.tensor as T
import theano
import numpy as np
X = T.fmatrix('X')
testA = theano…
-
Hello, Mr. Wang.
Your idea of generating sentences from quadruplets in reverse to use as data augmentation is interesting, I'd love to reproduce your work but I'm currently having some minor issues I…
-
Thanks for the great work.
Sorry for disturbing. I have several question about the moe model at ./examples/cpp/mixture-of-expert
**1. How current version of flexflow get the running time of ope…
-
I think it would be interesting to implement a bank of examples to test the different decomposition algorithms. Ideally, the examples would be generated such that
- they represent some kind of real-w…