Commit | Date | |
---|---|---|
[r23756]
by
tlinnet
Small fix for the indicies to the errors and values numpy array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:20 | Tree |
[r23755]
by
tlinnet
Added a self.frqs_a as a multidimensional numpy array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:19 | Tree |
[r23754]
by
tlinnet
Made copies of numpy arrays instead of creating from new. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-09 17:46:17 | Tree |
[r23753]
by
tlinnet
Added searching for enviroment variable PYTHON_INCLUDE_DIR if Python.h is not found in This can be very handsome, if one has a python virtual enviroment for multiple users. This relates to the wiki page: |
2014-06-09 17:23:21 | Tree |
[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 |