moola icon indicating copy to clipboard operation
moola copied to clipboard

Results 4 moola issues
Sort by recently updated
recently updated
newest added

It's not possible to use controls that are constant variables, but this works if one uses `minimize()`. Here's an example: ``` from fenics import * from fenics_adjoint import * import...

The flag `adaptive_stp` in the Armijo linesearch is not used in the code. Should be added. https://github.com/funsim/moola/blob/master/moola/linesearch/armijo.py

[Here](https://github.com/funsim/moola/blob/master/moola/algorithms/newton_cg_trust_region.py#L100-L110) Or to be precise, in the curvature test section of `TrustRegionNewtonCG`, the function `self.mk` is called, but as far as I see, it isn't defined anywhere: I tried to...