Skip to content

Commit be23b40

Browse files
committed
CLN: update readme
1 parent 13889f3 commit be23b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Three strategies to deal with constraints are currently developed:
8989

9090
* ``predetermined`` - A number of sensor locations are predetermined and the aim is to optimize the rest.
9191

92+
* ``distance constrained`` - Enforces a minimum distance 'r' between selected sensors.
93+
9294
.. code-block:: python
9395
9496
optimizer_exact = ps.optimizers.GQR()
@@ -201,6 +203,7 @@ The primary PySensors objects are the ``SSPOR`` and ``SSPOC`` classes, which are
201203
* Convenience functions to aid in the analysis of error as number of sensors or basis modes are varied
202204

203205
The diagram below outlines a flow chart of how a user can utilize pysensors.
206+
204207
.. figure:: docs/figures/pysensors-methods.jpeg
205208
:align: center
206209
:alt: A flow chart of pysensors methods.

0 commit comments

Comments
 (0)