You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently use a process where we hard code certain attributes that can be modified here during the tuning process, but it should be possible to just use an xpath like form that allows modification of any attributes.
That way we don't need to hard-code anything here
The text was updated successfully, but these errors were encountered:
Hi. since I'm new to contributing to opensource projects, I thought I'll start off something with "good first issue tags". So, I hope it's okay if ask some rudimentary questions. By parameters do you mean the parameters passed to this function?
No, at the moment, the path string used for to pass parameters to the run_optimisation function has a specific format, based on what we've hard-coded in the NeuroMLTuner, and we were wondering if we need to hard-code these or if we can use the usual xpath spec that we use in general with NeuroML. Here's an example code snippet,
In:
https://github.com/NeuroML/pyNeuroML/blob/development/pyneuroml/tune/NeuroMLController.py#L260
we currently use a process where we hard code certain attributes that can be modified here during the tuning process, but it should be possible to just use an xpath like form that allows modification of any attributes.
That way we don't need to hard-code anything here
The text was updated successfully, but these errors were encountered: