Blake Caldwell

Results 47 comments of Blake Caldwell

sounds like a good path forward, but maybe this is something @rythorpe or @ntolley can do instead...

> @blakecaldwell can you enable the Action though? So I can iterate over it? I'm not sure I have the right permissions Actions are enabled. LMK if you don't have...

Thanks @jasmainak and @rythorpe for commenting here. A useful reference for many users of HNN. I'm updating the title of this issue and cross-linking #219 for others that may find...

I've added printing messages to the console when spectrograms are being computed/plotted. This is the most computationally expensive part of the GUI (besides running the sim). The GUI will still...

@salvadord I don't think I ever could make a good comparison to original HNN. When I ran hnn-core (wrapped around netpyne) with the code I submitted to netpyne, I recall...

Now that HNN GUI code uses hnn-core params throughout, this issue is relevant to both projects. Just wanted to point out the key parts of HNN GUI code around interfacing...

It's not clear whether optimization code should go entirely in analysis, or the wrapper that runs code in `hnn_core.simulator` should also go in `hnn_core.simulator`.

This would be useful. Also mentioned in https://github.com/jonescompneurolab/hnn/issues/22

@lindseypower this is an excellent point to raise. This is on our wishlist, but we haven't implemented the ability to change the optimization objective function. Would welcome suggestions on summary...

This likely be part of `hnn_core.analysis` #139 Implementing optimization in hnn-core is still missing. The relevant code is in #77