python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Polytope, Python - find extreme points
I need to find a list of all the extreme points of a polytope given by a matrix relation Ax <= b, with x being non-negative. I know that 100% of the time, the polytope is non degenerate.
The first ...

Qise
Votes: 0
Answers: 1
What kind of Linear Programming is this?
I started study Operations Research (OR) recently and I faced a problem which I struggled to modeling it to traditional OR problems. I'm not sure if such problem is a linear one nor if it can be sol...

JRG
Votes: 0
Answers: 1
Can I overwrite the hyperparameters of an Optuna trial object after it has already suggested values?
Occasionally Optuna will suggest a sample that I don't really want to evaluate - usually either because it is the same as, or too close to, a previously evaluated solution. In this case I would like t...
guskenny83
Votes: 0
Answers: 1
How do I fix (unsupported operand type(s) error)?
I am writing a meta-heuristic (PSO) using Gurobi for optimization and I am stuck at this problem where it says TypeError: unsupported operand type(s) for -: 'list' and 'list' and I can't find what is ...
Anas
Votes: 0
Answers: 0