Skip to content

Commit

Permalink
ENH: Wrap new variant of itkLBFGS2Optimizerv4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hjmjohnson committed Mar 3, 2024
1 parent 634cbdc commit 768784d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
itk_wrap_include("itkLBFGS2Optimizerv4.h")

itk_wrap_simple_class("itk::LBFGS2Optimizerv4Enums")
itk_wrap_simple_class("itk::LBFGS2Optimizerv4" POINTER_WITH_SUPERCLASS)

0 comments on commit 768784d

Please sign in to comment.