Skip to content

Commit

Permalink
Remove outdated section in pounders docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Nov 12, 2024
1 parent 0f5440f commit 90a7d4a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/source/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,12 +907,6 @@ We implement a few algorithms from scratch. They are currently considered experi
and therefore may require fewer iterations to arrive at a local optimum than
Nelder-Mead.
The criterion function :func:`func` should return a dictionary with the following
fields:
1. ``"value"``: The sum of squared (potentially weighted) errors.
2. ``"root_contributions"``: An array containing the root (weighted) contributions.
Scaling the problem is necessary such that bounds correspond to the unit hypercube
:math:`[0, 1]^n`. For unconstrained problems, scale each parameter such that unit
changes in parameters result in similar order-of-magnitude changes in the criterion
Expand Down Expand Up @@ -1015,12 +1009,6 @@ need to have [petsc4py](https://pypi.org/project/petsc4py/) installed.
and therefore may require fewer iterations to arrive at a local optimum than
Nelder-Mead.
The criterion function :func:`func` should return a dictionary with the following
fields:
1. ``"value"``: The sum of squared (potentially weighted) errors.
2. ``"root_contributions"``: An array containing the root (weighted) contributions.
Scaling the problem is necessary such that bounds correspond to the unit hypercube
:math:`[0, 1]^n`. For unconstrained problems, scale each parameter such that unit
changes in parameters result in similar order-of-magnitude changes in the criterion
Expand Down

0 comments on commit 90a7d4a

Please sign in to comment.