-
When a negative zone volume is detected but the zone is fully enclosed, it is likely that the remaining issue is that not all the surfaces coordinates are in the correct order. To help users diagnose …
-
Not sure if this is the right spot, sorry if not!
I would like to state (in my case for an optimization problem I would like to solve with ipopt) the equality constraints as a vector.
No problem doi…
-
-
Dear all,
I have been running the OptimizationProblems for the last 2 weeks, constantly improving my NLP solver over unconstrained problems. In some cases however, even LBFGS goes to a wrong soluti…
-
**Feature description.**
In cases where the optimization is convex, use a convex programming interface such as CVXPy or GPKit instead of the current scipy.optimize.minimize SLSQP solver. This can spe…
-
**Is your feature request related to a problem? Please describe.**
An important feature when solving mixed integer problems is to be able to suggest a good feasible solution. Some solvers support thi…
-
`B_full = M * B_reduced`
example: MNLogit reduced to stereotype Logit, `slogit` in Stata
but this also has the same structure as cointegrating regression (VAR).
see slogit references, and similar m…
-
Despite making it easy for users to formulate and solve a wide range of optimization problems, JuMP provides little support for the users who make mistakes, or tools for advanced users to debug proble…
-
Opening this for the discussion on strong convexity of functionals that was started in #1064.
-
Trying to run the examples from the readme :
```
from yaglm.toy_data import sample_sparse_lin_reg
from yaglm.GlmTuned import GlmCV, GlmTrainMetric
from yaglm.config.loss import Huber
from yag…