Results 6 comments of pranav

@mrzResearchArena The issue with using `\caption` and also `\name` command is that they are also defined in this package, see here: https://github.com/HarisIqbal88/PlotNeuralNet/blob/master/layers/Ball.sty#L28 https://github.com/HarisIqbal88/PlotNeuralNet/blob/master/layers/Ball.sty#L29 --- I resolved the issue by renaming...

Problem seems to be solved now after I ran `sudo ./autogen.sh` since I noticed that there were few commands which were not executed earlier(`Permission denied`) as per autogen log output...

Hi @SterlingButters , SPSA assumes that the derivatives (df / d_theta) are not available upfront, however, we can use derivative tallies in openMC to estimate say d_k_eff / d_ppm_boron which...

> I'm no expert in optimization. If you develop something that you think would be generally useful to others, we would welcome a pull request though. @paulromano I have added...

Hi @yrrepy , it seems that state-point dumps at custom intervals is already supported (?): https://docs.openmc.org/en/v0.15.0/usersguide/settings.html#generation-of-output-files (section 7.6).

Hi @yrrepy , I have added a PR for this, kindly let me know your thoughts on how to improve it.