Commit | Date | |
---|---|---|
[r23752]
by
tlinnet
Removed unused import of numpy. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 22:49:18 | Tree |
[r23751]
by
tlinnet
Changed all calls to numpy np.X functions to just the numpy function in lib/dispersion/cr72.py. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 22:49:15 | Tree |
[r23750]
by
tlinnet
Removed unused import of numpy. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 22:49:14 | Tree |
[r23749]
by
tlinnet
Changed all calls to numpy np.X functions to just the numpy function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. Timing is now showing, 17% loss per single spin, but but 277 % gain on 100 spin. 100 spin |
2014-06-08 22:09:59 | Tree |
[r23748]
by
tlinnet
Just a tiny little more speed, by removing temporary storage of chi2 calculation. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 21:56:36 | Tree |
[r23747]
by
tlinnet
Moved the data filling of special numpy array errors and values, to initialization of Dispersion class. These values does not change, and can safely be stored outside. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 21:54:41 | Tree |
[r23746]
by
tlinnet
Changed all the creation of special numpy arrays to be of float64 type. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 21:44:45 | Tree |
[r23745]
by
tlinnet
Swith the looping from spin->frq to frq->spin. Since the number of dispersion points are the same for all spins, this This saves alot of computation. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-08 21:44:44 | Tree |
[r23744]
by
tlinnet
Merged revisions 23743 via svnmerge from ........ |
2014-06-08 20:44:17 | Tree |
[r23743]
by
tlinnet
Updated profiling text for CR72 model. Now it is tested for 3 fields. This is related to: |
2014-06-08 20:42:55 | Tree |