Tagged Questions
-2
votes
0answers
20 views
Which reference is recommended for learning Semidefinite programming? [closed]
I would like some papers or books that would be a nice introduction for the area.
2
votes
0answers
36 views
Experimental Survey on Different Heuristics for Knapsack Problem
I am looking for a good survey/study of experimental results of heuristics for Knapsack problem (or implemented libraries in java/c++). Any help is appreciated!
3
votes
0answers
63 views
Dynamic Knapsack Problem - Algorithms and References
I don't know the right name for this problem, or if there is a name, but it is inspired by my initial interpretation of the title of this question (my question is very different, so the link may be ...
3
votes
2answers
65 views
Convergence of Simulated Annealing Based Algorithms
I designed a simulated annealing-based optimization algorithm. My simulation shows that it converge fast. I am looking for some sort of proof to show that simulation annealing-based algorithm converge ...
1
vote
1answer
41 views
What is a good resource to learn about oriented matroids in the context of digraphs and optimization?
I am interested in oriented matroids in the context of directed graphs and optimization. Unfortunately, I know very little of the topic. Is there a book, article or a resource that serves as a good ...
7
votes
2answers
134 views
How do I classify my emulator input optimization problem, and with which algorithm should I approach it?
Due to the nature of the question, I have to include lots of background information (because my question is: how do I narrow this down?) That said, it can be summarized (to the best of my knowledge) ...
3
votes
0answers
162 views
Cyclic coordinate method: how does it differ from Hook & Jeeves and Rosenbrock?
I have trouble understanding the cyclic coordinate method. How does it differ with the Hook and Jeeves method and the Rosenbrock method?
From a past exam text:
Describe the cyclic coordinate ...
5
votes
3answers
124 views
What is the name of this logistic variant of TSP?
I have a logistic problem that can be seen as a variant of $\text{TSP}$. It is so natural, I'm sure it has been studied in Operations research or something similar. Here's one way of looking at the ...