-
As cuDF continues to implement support for Decimal columns, we should accept Decimal columns as part of dataframe inputs to cuML estimators.
In PySpark, we can do this with the following:
```pyt…
-
**What version of OR-Tools and what language are you using?**
Version: main/v9.4
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
GLOP, PDLP
**…
-
When merging #26271, we added a lower tolerance in the following line:
https://github.com/scikit-learn/scikit-learn/pull/26721/files#diff-84dc33502e99175d160109f0ee16007297dc398d872a63c977b787287ec…
-
I wanted a time-reversible integrator, and according to the documentation SemiImplicitEuler() should work.
However, I ran the following:
```python
def f(t, p, args):
return -p
def g(t, q, a…
-
Please comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please make your repository public [1] and link *your*…
-
CVXPY 1.2 can interface to PDLP. Per the initial post suggesting PDLP support (https://github.com/cvxpy/cvxpy/issues/1649), PDLP allows diagonal quadratic objective functions.
CVXPY 1.3 should supp…
-
Try the following program:
```
test :: OptResult Double
test =
let a = var 1
b = var 2
in maximize (3*^a ^-^ b)
[ Rel a Ge zeroV
, Rel b Ge zeroV
, Rel a Le (constant 1)
…
-
-
If I let the WC run in a small environment for long enough to deplete nutrients, it will sometimes run away with the following output and I need to kill the process. I would like to just end the simul…
-
Reviewer `#7` (Remarks to the Author):
This manuscript provides a pipeline and its software implementation to use Bempp-Exafmm to conduct virus-scale electrostatics simulations. After reading thoug…