Find default values of parameters for optimizer

Hi!

I’m using SimpleITK with Python and am doing a registration task. I used the Powell optimizer and it’s default values worked very well for me so now I’d like to know what they are. I have yet to find a way to access them in Python and I also have looked in the documentation but have so far been unable to find them there either. Could someone help me out with where to find them?

Hello @user1,

The documentation for the SetOptimizerAsPowell shows the default parameter values.

I don’t see how I could have missed that. Thanks a lot!

No worries it happens to all of us.

1 Like