NAGPythonExamples icon indicating copy to clipboard operation
NAGPythonExamples copied to clipboard

Update the DFO_noisy to use handle_solve_dfno

Open mikecroucher opened this issue 6 years ago • 0 comments

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 a replacement:
Please use handle_solve_dfno and handle_solve_dfno_rcomm instead.
See also https://www.nag.com/numeric/py/nagdoc_latest/replace.html

mikecroucher avatar Jul 18 '19 14:07 mikecroucher