Tagged Questions

20
votes
4answers
311 views

Reproducing images with primitive shapes. (Graphics optimization problem)

Based on this original idea, that many of you have probably seen before: http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/ I wanted to try taking a different approach: ...
3
votes
2answers
79 views

Allocating resources according to rules — is simulated annealing appropriate?

I would like to design an application that can allocate resources according to rules. I believe simulated annealing would work, but I am not too familiar with it and I was wondering if there were ...
2
votes
1answer
119 views

simulated annealing - sensor positioning in sensor networks

Hi I have a litte problem with understanding problem of localization sensors in wireless sensor networks. Based on that article ...
2
votes
2answers
1k views

Writing Simulated Annealing algorithm for 0-1 knapsack in C#

I'm in the process of learning about simulated annealing algorithms and have a few questions on how I would modify an example algorithm to solve a 0-1 knapsack problem. I found this great code on CP: ...
1
vote
2answers
1k views

looking for simulated annealing implementation in VB

Is anyone aware of a reasonably well documented example of simulated annealing in Visual Basic that I can examine and adapt?