Re: [Math-1651] neuralnet : removing flaky test NetworkTest#testIterationOrder

2022-11-03 Thread Gilles Sadowski
Hello. Le jeu. 3 nov. 2022 à 11:51, Dahiya, Anant a écrit : > > Hi, > > This is regarding the Issue Math-1651. The order of neurons in the neuron is > non deterministic as it uses a ConcurrentHashMap which does not store the > elements in any specific order. Thanks for reporting the incorrect

[Math-1651] neuralnet : removing flaky test NetworkTest#testIterationOrder

2022-11-03 Thread Dahiya, Anant
Hi, This is regarding the Issue Math-1651. The order of neurons in the neuron is non deterministic as it uses a ConcurrentHashMap which does not store the elements in any specific order. The junit org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder in commons-math-neuralnet contr