Skip to content

New constructor for LayerGenerator.

  1. 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.

  2. 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.

Merge request reports