-
The optimization I'm trying to disable is this: if the ordering of the tris/quads in the tilemap matches the ordering of tiles in the source texture, the mesh will share vertices between triangles.
W…
-
From the paper, page 14:
>
> Since the derivative and Laplacian operators are sparse matrices, and since the maximum
> allowable time step scales with the resolution h and thus with the linear pro…
-
Hello,
I'm encountering an issue using `BatchGradientDescent` with `param_constrainers`.
Here is an example of the issue:
``` python
from pylearn2.optimization.batch_gradient_descent import BatchGr…
-
As a runtime optimization it would be nice to have compiler plugins for TypeScript, Babel, ESBuild, etc. to replace the function invocations with static query text (to avoid both the cost of DSL funct…
-
TL;DR: Stop using `Address::ZERO` for erroneous cases. Use more idiomatic Rust style, such as `Option` or `Result`.
Unlike `ObjectReference` where 0 and misaligned addresses can't refer to any val…
-
Hello,
Coming from Python (`scipy.optimize.minimize`) and MATLAB (`fmincon`), I can't find a way to specify bounds (and other constraints), which to me are very essential parts of an optimization pro…
-
### Is your feature request related to a problem? Please describe
_No response_
### Describe the solution you'd like
I recommend considering the use of the `GOAMD64=v3` flag during the compil…
-
Using Adam optimizer, not L2L for the CIFAR problem: If I print the cost after each epoch, it doesn't decrease over time running with learning rate .001, num_steps 100 num_epochs 100. However, printin…
-
# C4-001 : Upgrade pragma to at least 0.8.4
## Impact - Gas Optimization
The advantages of versions 0.8.* over
-
### The problem
Since the last database migration with a focus on POSTGRESQL, I see almost every day that the recorder stops recording data. Restarting HA brings the recording back, but the data in…