|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabsurdist.Absurdist.AllBest
An auxiliary class used during the randm tie-breaking process in find2WayMap
| Nested Class Summary | |
(package private) static class |
Absurdist.AllBest.BestPair
A pair of (row,column) indexes |
| Field Summary | |
(package private) java.util.Vector |
allBest
A vector of BestPair instances, listing all occurrences of the best value in the currently analyzed submatrix. |
(package private) double |
max
The currently best value |
| Constructor Summary | |
(package private) |
Absurdist.AllBest(double max)
|
| Method Summary | |
(package private) Absurdist.AllBest.BestPair |
pickOne()
Random tie-breaking. |
(package private) void |
testValue(int io,
int in,
double val)
Compare the value at the (io,in) position against the current best value, and decide whether this is the new best value, a tie with already stored values, or neither. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
double max
java.util.Vector allBest
| Constructor Detail |
Absurdist.AllBest(double max)
| Method Detail |
void testValue(int io,
int in,
double val)
Absurdist.AllBest.BestPair pickOne()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||