python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Doesn't respect limit conditions in scipy.optimize
Nonlinear Programming with Inequality Constraints
==============
Imagine that you work out in a factory that produces some kind of composite products.
Each product has its own composition of parts.
So...
Dmitrij
Votes: 0
Answers: 1
Optimal transport for large source and destination nodes Scipy linear program
I want to solve an optimal transport for source and destination nodes of sizes 42000 and 18000 respectively. I know that Scipy Linear Programming Module now includes HIGHS so it should be pretty effic...
indispinablenorm
Votes: 0
Answers: 0
How to handle expressions in scipy.optimize.minimize?
I have a A vector which is a vector of expressions : A = [2x - 2 2y - 4 2x + 2 2y - 2]
I need to use A in the constraint of a minimization problem. My constraint is defined as :-
def constraint(x):
...
Jeet
Votes: 0
Answers: 0
Find the left-most border of a minimum-plateau of a function
I have a costly calculation where I want to find the first / left-most occurrence of 0.
How can I do this most effectively / easily?
scipy.optimize.fmin does not converge, neither do the scipy.optimi...
Suuuehgi
Votes: 0
Answers: 0