add back an accidentally deleted function
parent
73f8c0830b
commit
f1bc66c017
|
|
@ -68,6 +68,8 @@ namespace gtsam {
|
||||||
|
|
||||||
/* interface to the nonlinear optimizer */
|
/* interface to the nonlinear optimizer */
|
||||||
virtual VectorValues optimize () = 0;
|
virtual VectorValues optimize () = 0;
|
||||||
|
/* update interface to the nonlinear optimizer */
|
||||||
|
virtual void replaceFactors(const GaussianFactorGraph::shared_ptr &factorGraph, const double lambda) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue