|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectevalgo.algorithms.AbstractAlgorithm
evalgo.algorithms.StochasticAlgorithm
| Field Summary | |
(package private) int[] |
currentMapping
|
int |
numIterations
|
| Fields inherited from class evalgo.algorithms.AbstractAlgorithm |
avail, id, idealAvail, optimalMapping |
| Constructor Summary | |
StochasticAlgorithm(int en,
int ka,
int numIt)
|
|
| Method Summary | |
boolean |
canFit()
|
AlgorithmResult |
execute()
|
| Methods inherited from class evalgo.algorithms.AbstractAlgorithm |
calculateAvailability, calculateAvgCompMem, calculateAvgHostMem, calculateAvgRelBetweenHosts, estimateOptimal, estimateRedeploymentTime, ideal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int numIterations
int[] currentMapping
| Constructor Detail |
public StochasticAlgorithm(int en,
int ka,
int numIt)
| Method Detail |
public AlgorithmResult execute()
execute in class AbstractAlgorithmpublic boolean canFit()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||