Skip to content

Commit

Permalink
update comment: LM->BFGS
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored and mvieth committed Feb 22, 2022
1 parent 5db0852 commit dd2a389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/include/pcl/registration/impl/gicp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GeneralizedIterativeClosestPoint<PointSource, PointTarget>::
tmp_idx_src_ = &indices_src;
tmp_idx_tgt_ = &indices_tgt;

// Optimize using forward-difference approximation LM
// Optimize using BFGS
OptimizationFunctorWithIndices functor(this);
BFGS<OptimizationFunctorWithIndices> bfgs(functor);
bfgs.parameters.sigma = 0.01;
Expand Down

0 comments on commit dd2a389

Please sign in to comment.