amrods

Results 20 comments of amrods

Should have said this: I'm using VSCode 1.53.1 and extension version 1.1.15, (and Julia 1.5.3). Could just be me. If I remember correctly someone had the same problem for a...

I couldn't find anything. I am now finding that the issue arises randomly. I though perhaps it was because the Julia Language Server crashed initially, but now I'm not sure.

Can confirm that moving back to version 1.0.10 works fine.

This is what I get: ``` [ Info: Starting the Julia Language Server [ Info: Symbol server store is at '/Users/amrods/Library/Application Support/VSCodium/User/globalStorage/julialang.language-julia/symbolstorev4'. ┌ Warning: Artifacts not stored on disc └...

It only happens with methods requiring a Hessian: `Newton()`, `NewtonTrustRegion()`, `IPNewton()`.

should those types be changed to `AbstractVector` and `AbstractMatrix`? (how did you track that line? I'm bad at tracking those errors deep inside packages) edit: No, since `ComponentArray

A similar thing happens with `ParticleSwarm`, somewhere the `ComponentArray` gets converted to an `Array`: ``` using Optim using ComponentArrays using UnPack function rosenbrock(ca) @unpack x, y = ca (1.0 -...

here? https://github.com/JuliaNLSolvers/Optim.jl/blob/master/src/multivariate/solvers/zeroth_order/particle_swarm.jl#L1

There is also an issue in line 36, where the kwords are by default empty vectors `[]`. How can I make an empty `AbstractVector`?