1
vote
0answers
25 views
A good simulation project
I am taking a graduate level simulation course and I am looking for an interesting simulation topic to work on. If you have an idea or you would like to simulate your current probl …
2
votes
2answers
55 views
OR methods for fraud prediction and detection?
I'm interested in hearing methods OR methods for fraud prediction. I'm aware of the classical methods like Logistic Regression. Perhaps there are some other methods.
2
votes
6answers
108 views
Does COIN-OR have specialized and efficient network-flow algorithm implementations?
e.g. specialized algorithms for mincost network flows, max flows, generalized network flows, etc.
Do such projects exist or are they plans for this?
2
votes
2answers
68 views
References for Submodular/supermodular optimization
I am wondering if you know good references to learn about submodularity. I want to know the basics and perhaps some applications.
Other references about developing algorithms for …
1
vote
3answers
40 views
How do you deal emotionally with macabre data sources?
I've been working on the Analytics X Prize, which deals with predicting homicide rates. I find that I naturally look forward to new datapoints that to validate my model. Unfortunat …
1
vote
3answers
82 views
Do OR people publish in conferences?
I have a paper that seems like good fit for CP-AI-OR but the people whose work I am primarily building upon have all published in places like Management Science, EJOR, C&OR et …
3
votes
6answers
75 views
What is your favorite OR video?
I'd like to ask a Reddit style question. I am wondering: what is your favorite online video related to OR?
Links are greatly appreciated :)
1
vote
1answer
43 views
What is a free constraint
Hey,
When looking through Coin-Or, I found they were referring to a constraint type called "free constraint". For instance here.
Does any one know what a free constraint is?
Tha …
1
vote
2answers
38 views
How to determine useful signals for prediction models?
With regards to this blog post. I have collected a number of datasets for different contributing variables to homicide incidents. I would like to know which of these variables is s …
4
votes
4answers
46 views
Applications in social networks?
I run an "OR Implementations" course where students do a project. Normally the project requires modeling a linear or integer program, implementing it (within AIMMS this year), and …
2
votes
7answers
169 views
Do Good Operations Research Jokes Exist?
Inspired by a question on math overflow, let me ask: "Do good operations research jokes exist?" Alternatively, "Do bad operations research jokes exist?"
1
vote
1answer
67 views
Tools for analyzing LP matrixes/solutions
In my government office, we use Harvey Greenberg's ANALYZE program to examine LP results, especially shadow prices and their relationship to the LP matrix. Can you suggest some mor …
1
vote
2answers
52 views
[ANN] OpenOpt 0.27 (optimization), FuncDesigner 0.17 (auto differentiation)
Hi all,
I'm glad to inform you about release of OpenOpt 0.27 (numerical
optimization framework), FuncDesigner 0.17 (CAS with automatic
differentiation, convenient modelling of line …
1
vote
3answers
86 views
How accurate is the 1-tree lowerbound for the TSP?
I'm having trouble finding an answer to this question:
How accurately does a 1-tree reflect the weight of an optimal tour?
I know there are lots papers studying the various ways …
2
votes
5answers
191 views
Open source/free MIP Solver
I am solving big optimization models (more than 100k variables) with the academic version of CPLEX but I'd like to see if I can find an open source alternative, I solve mixed integ …