-
The Fody project recently had an issue where debug symbols were not being processed properly in release mode.
https://github.com/Fody/Fody/issues/360
It turns out that the value of `DebugSymbols…
-
Currently, I need to specify default values and sometimes ranges on multiple places:
- As default model variables (for examples etc.)
- If I want to visualize, I need to define a `min`, `max`, `step…
-
How hard would it be to modify the current algorithms to include a `sample_weight` option to the `fit` method as in `sklearn` (e.g., [`LinearRegression.fit`](http://scikit-learn.org/stable/modules/gen…
-
I want to use booleans as booleans not integers, but I can't do this without turning off `booleans_as_integers`.
**Bug report or Feature request?**
**Version (complete output of `terser -V` or …
-
Very cool to see this hooked up through MathProgBase. I'm not familiar at all with SMT solvers, could you explain or point me to a reference on which classes of problems DReal can solve? Can it solve …
-
We can rate software optimizations as low/medium/high in terms of their **impact** and their **generality**.
Impact is how much difference the optimization makes when it works; generality is how br…
-
## 🚀 Feature
Add `enable_model_summary` boolean kwarg to `pl.Trainer()` to supress `_log_device_info()`'s output.
### Motivation
When calling predict within a surrogate model loop Trainer pri…
-
### Description
Won't build on Asahi Linux on Macbook Air M2 due to missing libquadmath header.
When building OpenModelica v1.22.1 using cmake and gcc on Asahi Linux, there is a build error wit…
xmahe updated
9 months ago
-
Boolean expressions produce larger bytecode and are slower in 3.12 than in 3.11.
In 3.11:
```
$ ./python -m timeit -s 'a=b=c=True' 'x = a and b and c'
20000000 loops, best of 5: 15.4 nsec per lo…
-
I will maintain in this OP a summary of current proposed syntax as I understand it to be. Note this is not authoritative, subject to change, and it may be inaccurate. Please make comments to discuss.
…