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-- 952 bytes
backend_cpu.py -rw-r--r-- 1.3 KB
backend_cuda.py -rw-r--r-- 1.3 KB
backend_mkl.py -rw-r--r-- 1.2 KB
backend_support.py -rw-r--r-- 3.1 KB
class_api.py -rw-r--r-- 3.3 KB
core.py -rw-r--r-- 11.6 KB
cuda_pyfft.py -rw-r--r-- 2.2 KB
cufft.py -rw-r--r-- 3.6 KB
fft_callback.py -rw-r--r-- 8.3 KB
fftw.py -rw-r--r-- 21.9 KB
fftw_pruned.py -rw-r--r-- 7.1 KB
fftw_pruned_cython.pyx -rw-r--r-- 1.2 KB
func_api.py -rw-r--r-- 3.4 KB
mkl.py -rw-r--r-- 5.9 KB
npfft.py -rw-r--r-- 2.0 KB
parser_support.py -rw-r--r-- 4.8 KB

back to top