Class NeatNodeLayoutValidation
java.lang.Object
net.bmahe.genetics4j.neat.spec.NeatNodeLayoutValidation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidvalidate(List<Integer> inputNodeIds, List<Integer> outputNodeIds, long hiddenNodeIdStartInclusive, long hiddenNodeIdEndExclusive) private static voidvalidateExternalId(Integer nodeId, long hiddenNodeIdStartInclusive, long hiddenNodeIdEndExclusive)
-
Constructor Details
-
NeatNodeLayoutValidation
private NeatNodeLayoutValidation()
-
-
Method Details
-
validate
-
validateExternalId
private static void validateExternalId(Integer nodeId, long hiddenNodeIdStartInclusive, long hiddenNodeIdEndExclusive)
-