|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.neat.RemoveConnectionMutationOperator.Strategy
Enumerated type for remove connection strategies.
Field Summary | |
static RemoveConnectionMutationOperator.Strategy |
ALL
all connections have equal likelihood of being removed |
static RemoveConnectionMutationOperator.Strategy |
SKEWED
likelihood of connection being removed is inversely proprtional to weight |
static RemoveConnectionMutationOperator.Strategy |
SMALL
number of connections removed (n) is calculated based on total number of connections, and the n smallest connections are removed, excepting any whose weight is larger than maxWeightRemoved |
Method Summary | |
java.lang.String |
toString()
|
static RemoveConnectionMutationOperator.Strategy |
valueOf(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RemoveConnectionMutationOperator.Strategy ALL
public static final RemoveConnectionMutationOperator.Strategy SKEWED
public static final RemoveConnectionMutationOperator.Strategy SMALL
maxWeightRemoved
Method Detail |
public java.lang.String toString()
Object.toString()
public static RemoveConnectionMutationOperator.Strategy valueOf(java.lang.String s)
s
-
Strategy
object identified by s
, or null if no
strategy matches s
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |