Revision d59320310b92ca41bd8c4d711c6c2361ae4f0d43 authored by Arthur Tolley on 13 January 2021, 09:55:09 UTC, committed by GitHub on 13 January 2021, 09:55:09 UTC
* Included an option to choose the scipy optimizer, also including the relevant arguments that are needed to customise the optimizers. Changed the default differential_evolution parameters from (100,200) to (50,100).

* Fixing an error

* PR changes, argument choices, making defaults integers, changing some of the help descriptions and the name of the shgo-n argument to shgo-samples.

* Changing from capitals to lower-case for clarity

* Importing the shgo function
1 parent 5349712
History
File Mode Size
__init__.py -rw-r--r-- 128 bytes
coinc.py -rw-r--r-- 43.3 KB
coinc_rate.py -rw-r--r-- 6.6 KB
eventmgr.py -rw-r--r-- 48.7 KB
eventmgr_cython.pyx -rw-r--r-- 756 bytes
ranking.py -rw-r--r-- 10.6 KB
simd_threshold_ccode.cpp -rw-r--r-- 13.0 KB
simd_threshold_cython.pyx -rw-r--r-- 3.2 KB
single.py -rw-r--r-- 7.6 KB
stat.py -rw-r--r-- 68.7 KB
threshold_cpu.py -rw-r--r-- 3.5 KB
threshold_cuda.py -rw-r--r-- 8.4 KB
trigger_fits.py -rw-r--r-- 7.8 KB
triggers.py -rw-r--r-- 8.5 KB
veto.py -rw-r--r-- 7.5 KB

back to top