-
Should be easy to make: inherit from Minimize and redefine error_func and eval_jacobian to be those for a least squares optimization. This will then immediately allow for constraints.
More pressing …
tBuLi updated
7 years ago
-
From the video @finmod shared: http://www.birs.ca/events/2013/5-day-workshops/13w5151/videos/watch/201311140905-Campbell.html
Two-Stage methods just need to do a local linear regression on the data…
-
We currently have an active PR #196 so I thought this might be relevant to discuss the role and future of LM in Optim.jl.
I find it a bit strange, that it is a part of this package. Generally, I thin…
-
Edit: *Just to clarify the "breaking up :broken_heart:" thing was a joke. Optim is simply moving out of JuliaOpt due to restructuring of JuliaOpt, and as a part of those organizational changes, we (in…
-
I'm interested in solving trajectory optimization problems. In general, these problems are reduced to large sparse constrained optimization problems. Question: How does your code perform on large spa…
-
i am sorry to write in this section,but i have some mistake to create a pull request, after all my question is this: can this emulator port to arm and after to android. sorry my english i'm italien.
-
Sometimes the masonry layout seems to work when my data is loaded from the server. But sometimes it's just messed. Tried to debug it and couldn't find it.
Can someone help me with this?
I don't know…
-
Moved from https://github.com/odlgroup/odl-solvers/issues/3
I initialized a structure, but it is obviously far from optimal. We need to find sensible categories for solvers, e.g.
- methods for findin…
-
Dear all,
I tried to solve a simple least squares problem without constraints. ||Ax -b||**2
Given are mxn matrix A and target-vector b with length m, and I just want to calculate the optimal x. Thi…
-
I'm wondering what, if any, plans there are for support of GLMMs in this package.
I'd be happy to help, but after doing some reading about the general methods that are used to approximate the likeli…