-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chi-Squared Gradient implementation. #91
Conversation
@marziarivi I'll be taking a look at this soonish. |
Thanks! Actually it is not working well and I am trying to understand the problem. For sure one problem is connected with the bug of the conjugated visibilities… Cheers, On 7 Mar 2016, at 09:50, Simon Perkins notifications@github.com wrote:
|
@marziarivi, cc I've merged a large change into master, you're going to have either rebase this branch or merge the changes on the master branch into it. All of the changes adding self.register_dimension('nparam', ...) in the constructor of There are four points that I think need to be addressed:
|
On 15 Mar 2016, at 14:17, Simon Perkins notifications@github.com wrote:
Anyway you can remove my pull request as I changed something, then If you prefer we can arrange a way to keep this feature separate from the main code or not adding this stuff to the repository at all. Cheers,
|
Conflicts: montblanc/BaseSolver.py montblanc/slvr_config.py montblanc/version.py
I’ve merged the gradient branch with the last version of the master and defined ‘nparams’ according to your instructions. It works but I have the following problem when nparams==0 (which is the default value, i.e. no gradient computed): It seems it doesn’t allow to have value zero. Should I define it differently? |
Add a zero_valid=True flag when registering it, if that doesn't work look at dims.py to see if i got the keyword argument correct. |
Ok. Now it works! |
@marziarivi Let me explicitly know here when I can delete the gradient branch. I'll only do so once you've given the command. |
Deleting this branch as @marziarivi re-implemented in #147 |
Ciao,
Ho appena firmato la petizione "Sergio Mattarella: Respingere la nomina di
Gian Carlo Blangiardo alla Presidenza Istat - Appello" e vorrei chiederti
di aiutarci aggiungendo il tuo nome.
Il nostro obiettivo è quello di raggiungere 497 firme e abbiamo bisogno del
tuo sostegno. Puoi saperne di più e leggere la petizione qui:
http://chng.it/bxfByR9Kwx
Grazie!
Marzia
|
Chi-Squared Gradient, implemented by Marzia Rivi.