mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Update comment in trust_region_minimizer.h.
Update comment to better reflect the Minimizer API. Change-Id: Icca1d41fdea1f8dacde2e1af3239486820ef2b7f
This commit is contained in:
@@ -39,8 +39,7 @@ namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
// Generic trust region minimization algorithm. The heavy lifting is
|
||||
// done by a TrustRegionStrategy object passed in as one of the
|
||||
// arguments to the Minimize method.
|
||||
// done by a TrustRegionStrategy object passed in as part of options.
|
||||
//
|
||||
// For example usage, see SolverImpl::Minimize.
|
||||
class TrustRegionMinimizer : public Minimizer {
|
||||
|
||||
Reference in New Issue
Block a user