Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
1k views

Can one obtain actual stack size used by a thread in Java after some time of running?

The idea would be to help determine the optimum stack size for a given Java application. One thing that could be done with this information create a range-table of stack sizes which the threads ...
2
votes
1answer
226 views

Local optimums in Electric Fences

I'm writing a solution for the Usaco problem "Electric Fences". In the problem you have to find the optimal location for a point among a large amount of linesegments, so the sum of point-linesegment ...
1
vote
1answer
194 views

PSO ring topology - how does it work?

I know that the topology of the global optimum is searched for each particle and global for the entire swarm. The ring, I know that there are a few neighborhoods and searched a lbest, a local ...