Tagged Questions

1
vote
1answer
101 views

What does this exception mean?

I am working on implementing a simulated annealing program and part of this involves calculating scores from a .txt file that my java program reads. 1) an input string is read from the user. The ...
0
votes
2answers
73 views

Java: Value updates when it shouldn't

Basically I'm trying to create an implementation of simulated annealing for the multidimensional knapsack problem. I'm having a problem getting the system to decide whether or not to accept a state ...
0
votes
2answers
552 views

simulated annealing for placement and routing

i am in need of a well documented source code of simulated annealing for placement and routing (in c++ or java). can anyone help me?