Manolescu Razvan

Results 2 issues of Manolescu Razvan

# Problem statement ## Issues * Using default configuration (with persistence provided by `JpaRepositoryStateMachinePersist`), all sub-regions seem to be reset upon restarting the SM. It continues from the fork parent...

In `MultiClassificationSVM::trainWithoutScaling` there are parallel tasks spawned using Parallel.forEach . This restults in non-deterministic classification results. Serializing this fixes the problem. The reason is that somehow the SVMs size is...