ExhaustiveOptimizerv4 missing in python interface

I’m using python itk package 5.0.1 from pypi on windows
I notices that ExhaustiveOptimizerv4 is missing, only ExhaustiveOptimizer (which is v3) is present.
Is that intentional?

Hello @Pavel_Smal,

Welcome to the ITK community!

Yes, we can wrap ExhaustiveOptimizerv4; here is a patch:

1 Like