NAGPythonExamples icon indicating copy to clipboard operation
NAGPythonExamples copied to clipboard

Examples and demos showing how to call functions from the NAG Library for Python

Results 7 NAGPythonExamples issues
Sort by recently updated
recently updated
newest added

NAG currently has this: https://www.nag.co.uk/industryarticles/inhomogeneous_time_series.pdf Requirements: * [x] - Simple Python example showing how to call the routines * [ ] - A more detailed example notebook that tells a...

Examples for Mark 27 NCM routines please - nagf_correg_corrmat_nearest_rank - nagf_correg_corrmat_fixed and also a SDP example of solving a NCM problem ?

This example uses the old function call which results in this warning ``` C:\Users\michael.croucher\AppData\Local\Continuum\anaconda3\envs\NAGPythonRelease\lib\site-packages\ipykernel_launcher.py:9: NagDeprecatedWarning: (NAG Python function naginterfaces.library.opt.bounds_bobyqa_func) This function is deprecated. The following advice is given for making...

The pdf produced by running ``` jupyter nbconvert --to pdf portfolio_optimisation_using_socp.ipynb ``` on https://github.com/numericalalgorithmsgroup/NAGPythonExamples/blob/master/local_optimisation/SOCP/portfolio_optimisation_using_socp.ipynb has a problem with citations. We get [?] instead of [1], [2] etc

NAG currently has this document: https://www.nag.co.uk/industryarticles/unscentedkalman.pdf Requirements: * [ ] - Simple Python example showing how to call the routines in the basic case * [ ] - A notebook...

https://github.com/numericalalgorithmsgroup/NAGPythonExamples/blob/master/global_optimisation/PSO_demo.ipynb