Skip to content
#

jax

Here are 51 public repositories matching this topic...

fehiepsi
fehiepsi commented Aug 23, 2020

After jax 0.1.74, bfgs minimizer is available in JAX. It would be nice to have a BFGS wrapper in numpyro.optim.

In jax/scipy, 'BFGS' is provided through method keyword in minimize. I am not sure if we should make a wrapper numpyro.optim.Minimize for minimize or we should split those method

pyhf
lukasheinrich
lukasheinrich commented Jul 29, 2020

right now we use "twice_nll" as a fit objective and in the test statistic a simple diffence

twice_nll_constrfit - twice_nll_globalfit

but rather we should just to a NLL fit and in the test stat do

2*(nll_constrfit - nll_globalfit)

this will require updating some test reference numbers in the tests

Improve this page

Add a description, image, and links to the jax topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jax topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.