Skip to content

Commit

Permalink
change constraints on residuals
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Nov 22, 2024
1 parent aa455cc commit e4395fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/LeastSquaresEquationsSolver_doc.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Examples
>>> formulas = ['y*x-sin(2*x)', '1 + cos(y) + x']
>>> analytical = ot.SymbolicFunction(inputs, formulas)
>>> algo = LeastSquaresEquationsSolver()
>>> algo.setResidualError(1e-8)
>>> starting_point = [2.0, 1.0]
>>> solution = algo.solve(analytical, starting_point)
"
Expand Down

0 comments on commit e4395fc

Please sign in to comment.