InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.4k stars 662 forks source link

ENH: Wrap new variant of itkLBFGS2Optimizerv4 #4491

Closed hjmjohnson closed 5 months ago

hjmjohnson commented 5 months ago

The new optimizer is based on modern c++ code rather than converted fortran code. The new optimizer also has a few interesting modes that are not available in the original fortran implementation.

PR Checklist