-
To reproduce:
{code:r}library(h2o)
h2o.connect()
df
-
How large of an image can people make using the L-BFGS optimizer? And how much VRAM are you working with? I max out somewhere around 1664 when using -cudnn_autotune on a 1080ti with 11 gigs.
-
This line https://github.com/JuliaNLSolvers/LineSearches.jl/blob/62ffafe6f4dd68032e42b11c31b8e4e24c4c9ae4/src/hagerzhang.jl#L503
is raising an `AssertionError` in my code.
```jl
AssertionE…
-
- [ ] SGD
- [ ] Brent's Algorithm in One Dimension
- [x] Generating Set Search (compass search/pattern search)
- [ ] CMA-ES
- [ ] Conjugate Gradient Descent
- [x] BFGS
- [x] Linear Programming
…
-
**Describe the bug**
When using the dftd4 with a GPAW for calculations with a PdAg alloy, the DFTD4 (3.4.0, 3.6.0) returns sometimes (reproducibly, but seemingly at random) very large forces.
**To…
-
Currently, optimas provides BO/MF-BO, random and grid sampling generators:
https://optimas.readthedocs.io/en/latest/api/generators.html
For many optimization jobs, it would also be helpful to have…
ax3l updated
6 months ago
-
An important consideration for PDE-constrained optimisation methods is "mesh dependence".
The standard approach in `firedrake_adjoint` is to extract the vector data that underlies the control field…
-
I'm looking for ways to speed up torsion fitting. Is the Hessian of the objective function computed for the TorsionTarget if Newton-Raphson optimizer is used? Should BFGS be faster?
-
Hi,
I am receiving the same error as @katymoo on this [chain](https://github.com/whitlock/OutFLANK/issues/8#issue-249675438). I commente on this chain but it hasn't been active since 2017, so I tho…
-
There are several solvers in cuML which can benefit algorithm development across the larger RAPIDS ecosystem by living in RAFT. For example, there is interest in exposing some of the solvers from RAFT…