Nick Halmagyi

Results 3 issues of Nick Halmagyi

In the attached image from the Energy page, Ive selected solar and loads, but one could also select any source and loads for the same effect. As you see it...

enhancement

I added a logging command in src/pages/Search/Search.js ``` axios.post( '/api/search', body) .then( response => { setResults(response.data.results); setFacets(response.data.facets); setResultCount(response.data.count); setIsLoading(false); } ) .catch(error => { console.log(error); setIsLoading(false); }); }, [q, top,...

I have a question about how the parameter updates take place. As described in https://kfac-jax.readthedocs.io/en/latest/overview.html#optimizer and https://kfac-jax.readthedocs.io/en/latest/overview.html#automatic-selection-of-update-coefficients with reference to the KFAC paper, the parameters $\alpha$ and $\beta$ are computed...