Changes between Version 17 and Version 18 of HomogeneousRedundancy
- Timestamp:
- Jul 29, 2016, 1:21:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HomogeneousRedundancy
v17 v18 8 8 and results can be validated using a 'fuzzy comparison' function that allows for deviations of a few percent. 9 9 10 Other applications are 'divergent' in the sense that small numerical differences lead to unpredictably large differences in the final output. 10 Other applications are 'divergent' in the sense that small numerical differences 11 lead to unpredictably large differences in the final output. 11 12 For such applications it may be difficult to distinguish between results that are correct 12 13 but differ because of numerical discrepancies, and results that are erroneous. … … 41 42 42 43 0:: No homogeneous redundancy (all hosts are numerically equivalent) 43 1:: A fine-grained classification with 80 classes (4 OS and 20 CPU types). 44 2:: A coarse-grained classification in which there are 4 classes: Windows, Linux, Mac-PPC and Mac-Intel. 44 1:: A fine-grained classification with ~80 classes. 45 2:: A coarse-grained classification ~15 classes. 46 47 Types 1 and 2 divide hosts by OS (Linux, Windows, Mac, FreeBSD, Android). 48 Type 2 subdivides by CPU architecture (Intel, PPC, ARM). 49 Type 1 subdivides by a finer CPU classification that distinguishes 50 Celeron, Pentium, AMD Athlon, AMD Opteron, etc.. 51 52 NOTE: this is out of date; it doesn't reflect current CPU models. 45 53 46 54 The proper classification depends on your application,