New constructor for LayerGenerator.
-
New constructor:
User can pass only number of layers and minimum and maximum number of cells on layer, instead of passing number of cells on each layer manually.
-
Bug fix:
Fixed bug in hierarchical nets generation. When current number of cell inputs during generation exceeds nIn, there was a possibility to choose net cell and get infinite loop. Added test for this case.