BatchDecomposition decompos() modified so that it calculates the numbers of...
BatchDecomposition decompos() modified so that it calculates the numbers of units for the SubBatches. Examples: 1) if the total is 99 and we have 4 sub-batches it should be [25,25,25,24] 2) if the total is 94 and we have 4 sub-batches it should be [24,24,24,22]
Showing
Please register or sign in to comment