[root]/Testing/Code/Numerics
FEM
(18 files, 2557 lines)
NeuralNetworks
(15 files, 1810 lines)
Statistics
(49 files, 8949 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 366 (100.0%) | 7234 (100.0%) | 19.7 |
| ibanez | 129 (35.2%) | 4144 (57.3%) | 32.1 |
| lng | 23 (6.3%) | 398 (5.5%) | 17.3 |
| aylward | 7 (1.9%) | 397 (5.5%) | 56.7 |
| will | 34 (9.3%) | 360 (5.0%) | 10.5 |
| lorensen | 66 (18.0%) | 355 (4.9%) | 5.3 |
| blezek | 17 (4.6%) | 305 (4.2%) | 17.9 |
| jjomier | 11 (3.0%) | 260 (3.6%) | 23.6 |
| jisung | 14 (3.8%) | 250 (3.5%) | 17.8 |
| hoffman | 24 (6.6%) | 148 (2.0%) | 6.1 |
| dw31 | 6 (1.6%) | 144 (2.0%) | 24.0 |
| king | 11 (3.0%) | 124 (1.7%) | 11.2 |
| millerjv | 5 (1.4%) | 101 (1.4%) | 20.2 |
| wijnhout | 2 (0.5%) | 80 (1.1%) | 40.0 |
| padfield | 2 (0.5%) | 77 (1.1%) | 38.5 |
| mcoursolle | 2 (0.5%) | 21 (0.3%) | 10.5 |
| hughett | 1 (0.3%) | 16 (0.2%) | 16.0 |
| Michel | 2 (0.5%) | 13 (0.2%) | 6.5 |
| tamburo | 2 (0.5%) | 11 (0.2%) | 5.5 |
| karthik | 2 (0.5%) | 9 (0.1%) | 4.5 |
| tom.vercauteren | 1 (0.3%) | 8 (0.1%) | 8.0 |
| martink | 1 (0.3%) | 8 (0.1%) | 8.0 |
| mariusstaring | 1 (0.3%) | 2 (0.0%) | 2.0 |
| raghu | 1 (0.3%) | 1 (0.0%) | 1.0 |
| noe | 1 (0.3%) | 1 (0.0%) | 1.0 |
| hjohnson | 1 (0.3%) | 1 (0.0%) | 1.0 |
ENH: more coverage
2 lines of code changed in:
BUG: 7810. LBFGSOptimizer::GetValue() not valid until after optimization. Added code to return cached value.
3 lines of code changed in:
BUG: 0009400. Cost function not set correctly in itkAmoebaOptimizer superclass.
3 lines of code changed in:
BUG: Due to an early return EXIT_SUCCESS, the Polake Ribiere test was never performed
8 lines of code changed in:
ENH: New method for Optimizers, GetStopConditionDescription() returns the reason for the optiimizer termination.
25 lines of code changed in:
ENH: Upgrade the statistics framework. Changes include 1. Making it pipeline oriented, dataobjects, process objects etc 2. consistent naming, replace calculators with filters. Details at http://www.itk.org/Wiki/Proposals:Refactoring_Statistics_Framework_2007
3 lines of code changed in:
BUG: 6389. Changed name of cost function in both files to differentiate them, and align them with filenames.
13 lines of code changed in:
COMP: Adding #include
3 lines of code changed in:
COMP: Adding the -stlport4 compiler flag for the Sun CC compiler. http://www.itk.org/mailman/private/insight-developers/2009-April/012118.html Subsequent modifications of #include headers in order to find functions such as: atoi, atof, memcpy. As well as renaming of basic mathematical functions as vcl_X, for: sin, cos, atan, asin, fabs.
26 lines of code changed in:
COMP: Adding #include for
6 lines of code changed in:
COMP: Adding #include for cstdlib, required by gcc 4.3 for the EXIT_SUCCESS and EXIT_FAILURE macros.
9 lines of code changed in:
COMP: Fixing signature of main(), and adding #include for
2 lines of code changed in:
COMP: warning, unused variable.
3 lines of code changed in:
COMP: Adding std:: namespace to "sort". This should fix compilation error in VS60.
8 lines of code changed in:
COMP: Fix GCC 4.2.3 (-Wall) warnings.
8 lines of code changed in:
BUG: 5342: The exhaustive optimizer did not visit all grid positions.
72 lines of code changed in:
ENH: Need to change step tolerance to match test tolerence
3 lines of code changed in:
COMP: warnings.
3 lines of code changed in:
COMP: warnings.
4 lines of code changed in:
BUG: 4893. Verifying that an exception is thrown from StartOptimization() when the GradientMagnitudeTolerance value has been set to a negative number.
27 lines of code changed in:
(191 more)