pyflux icon indicating copy to clipboard operation
pyflux copied to clipboard

Make GP-NARX optimization great again

Open RJT1990 opened this issue 9 years ago • 0 comments

Problem:

  • Silly using default scipy L-BFGS for optimization since it uses numerical gradients and line-search which require multiple inversions of the covariance matrix. Need to replace with analytical gradients.

More generally:

  • Need to profile the entire code and find out where the bottlenecks are, and fix them.

Other potential options:

  • Multiple starting points for GP-NARX -> pick the one which ends up in the best region.

RJT1990 avatar Aug 01 '16 22:08 RJT1990