-
- Downloads
Modules: Fixing issues with nonrepeatable experiments due to randomness
- Changed System::Math to use its own simple random generator as dependencies can reset rand() seed on some systems - Fixed System::Math algorithm to randomize numbers with ceilings to get a more uniform result - Changed classifier trainer to use System::Math for shuffling - Changed stimulation voter to use System::Math for tie breaking - Added a few (unrelated) safety checks to Pairwise Decision algorithm
Showing
- applications/platform/designer/src/ovd_main.cpp 2 additions, 1 deletionapplications/platform/designer/src/ovd_main.cpp
- modules/system/src/ovCMath.cpp 66 additions, 9 deletionsmodules/system/src/ovCMath.cpp
- plugins/processing/classification/src/algorithms/ovpCAlgorithmPairwiseDecision.cpp 6 additions, 2 deletions...fication/src/algorithms/ovpCAlgorithmPairwiseDecision.cpp
- plugins/processing/classification/src/box-algorithms/ovpCBoxAlgorithmClassifierTrainer.cpp 2 additions, 2 deletions.../src/box-algorithms/ovpCBoxAlgorithmClassifierTrainer.cpp
- plugins/processing/stimulation/src/box-algorithms/ovpCBoxAlgorithmStimulationVoter.cpp 8 additions, 7 deletions...n/src/box-algorithms/ovpCBoxAlgorithmStimulationVoter.cpp
Loading
Please register or sign in to comment