bsoc.alpha
Class AlphaConnector

java.lang.Object
  |
  +--bsoc.nn.NetConnector
        |
        +--bsoc.alpha.AlphaConnector

public class AlphaConnector
extends NetConnector

Initializes a Net for the Alpha-Integration.

Numbers of neurons per layer:

40 (input layer), 25, 15, 10, 8 (output layer)

Nonnection probabilities between layers:

(1->0 : 50%)

(2->0 : 20%) (2->1 : 50%)

(3->0 : 100%) (3->1 : 10%) (3->0 : 5%)

(4->0 : 100%) (4->1 : 50%) (4->2 : 5%) (4->3 : 5%)

See Also:
Serialized Form

Constructor Summary
AlphaConnector(int seed)
           
 
Methods inherited from class bsoc.nn.NetConnector
connectNet, initLayers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaConnector

public AlphaConnector(int seed)