Choosing a package for univariate (convex) optimization in Julia
|
|
8
|
445
|
November 28, 2024
|
Autodifferentiation of model with fixed and mutable parameters
|
|
3
|
49
|
November 28, 2024
|
Multivariable optimization of matrices with "no method matching zero(::Type{Matrix{Float64}})"
|
|
4
|
51
|
November 4, 2024
|
Parallelized calls to Optim.optimize use the same number of threads as a single threaded call
|
|
4
|
50
|
October 16, 2024
|
`Optimization.LBFGS` fails to converge while `Optim.NelderMead()` works
|
|
10
|
171
|
October 8, 2024
|
Save the optimization results while the optimization is running (Optim.jl)
|
|
7
|
173
|
September 11, 2024
|
Hacking LineSearches.jl to parallelize step estimation
|
|
10
|
151
|
July 9, 2024
|
Chi2 (chisq) fit non-convergence using Optimization.jl
|
|
1
|
129
|
June 27, 2024
|
What is the best way to modify existing or add new optimizer in Optim?
|
|
4
|
196
|
May 24, 2024
|
Gradient-based optimization when gradient is only a function of y = f(x)
|
|
3
|
224
|
May 1, 2024
|
How to print solver status and reason for termination for NLopt and Optimization.jl
|
|
1
|
270
|
March 7, 2024
|
Forward differentiation and differential equations
|
|
13
|
4389
|
November 7, 2023
|
How to access values of JuMP variables during optimization
|
|
7
|
407
|
February 28, 2024
|
Choice variable doesn't optimize the objective function
|
|
3
|
186
|
February 25, 2024
|
Passing struct as argument to optimizer
|
|
2
|
221
|
January 24, 2024
|
Getting ForwardDiff.Dual to propagate through function
|
|
5
|
598
|
December 13, 2023
|
PRIMA: a package for solving general nonlinear optimization problems without using derivatives
|
|
4
|
1729
|
October 19, 2023
|
Optim does not optimize in several minutes and it takes 10 seconds for scipy
|
|
1
|
240
|
July 31, 2023
|
Get MLE parameters (e.g., p-value, confidence intervals...) from a Turing model using Optim.jl
|
|
3
|
657
|
July 12, 2023
|
Can't fit dose response curve, could you tell me Why and How
|
|
2
|
344
|
June 23, 2023
|
How to use `precondprep` with `Optim.jl`?
|
|
0
|
150
|
June 13, 2023
|
An optimization problem on GPU works in Julia v1.8, but does not work in v1.9
|
|
2
|
333
|
June 9, 2023
|
Nelder-Mead or other optimization
|
|
5
|
496
|
May 16, 2023
|
Parameter estimation DefaultOptimizationCache not defined (DiffEqFlux)
|
|
5
|
231
|
May 15, 2023
|
'Optim' fails when supplying gradient and Hessian
|
|
5
|
318
|
May 2, 2023
|
Optim search/convergence speed
|
|
0
|
178
|
April 4, 2023
|
Alternative to FluxOptTools?
|
|
2
|
265
|
March 29, 2023
|
Zygote vs. Forward Diff with Optim
|
|
4
|
501
|
March 24, 2023
|
MPI and println inside imported modules
|
|
4
|
411
|
February 22, 2023
|
Gradient norm does not change in `Optim` using `autodiff`
|
|
2
|
302
|
February 7, 2023
|