File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,18 @@ struct SolverOptions {
208208
209209 // All the different supported features by the currently active
210210 // solver type.
211+ //
212+ // TODO: Move these into another struct of it's own? That way
213+ // individual solvers can be defined with what they support and
214+ // the solver can check for these at runtime.
215+ //
216+ // TODO: 'AutoDiff*' as it is used in the code is actually
217+ // performing finite-differentiation. We should rename the code,
218+ // and add support for real auto-differentiation.
211219 bool solverSupportsAutoDiffForward;
212220 bool solverSupportsAutoDiffCentral;
221+ // bool solverSupportsFiniteDiffForward;
222+ // bool solverSupportsFiniteDiffCentral;
213223 bool solverSupportsParameterBounds;
214224 bool solverSupportsRobustLoss;
215225
You can’t perform that action at this time.
0 commit comments