cossio
cossio
What do you suggest to make it more efficient @nalimilan ?
It would be nice to have functions like `skewness(A; dims)` taking a `dims` keyword to reduce over, where `A` can be a general N-dimensional Array. Any plans to implement this?
I was looking for this functionality. Was there a PR made in the end?
Thanks. Where can I look at some examples of Literate + Documenter interaction? Or Weave + Documenter?
Oh yes I had read that, thanks. But what I meant was how to generate the pages automatically during CI. Like, what should I put in the `make.jl` file of...
In contrast, using `optimize` instead of `maximize` works: ```julia using LinearAlgebra using Optim: Optim, only_fg!, maximize function fg!(F, G, x) if G !== nothing G .= x end if F...
@giadasp I did not figure out how to pass a preconditioner to NLopt. But Optim has a documented API for this purpose, https://github.com/JuliaNLSolvers/Optim.jl,
This would be very nice to have!
Something holding this?
There is a typo, `name` should be `:field`. Shouldn't this also return zeros for the other fields (besides the requested `field` for which the gradient is 1)?