Skip to content

Commit

Permalink
Update config_generated.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored Dec 10, 2024
1 parent ee39389 commit 530ddd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/everest/config_generated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ a group of control variables


**options (optional)**
Type: *Optional[dict[str, Any]]*
Type: *Optional[Mapping[str, Any]]*


Specifies a dict of optional parameters for the sampler backend.
Expand Down Expand Up @@ -312,7 +312,7 @@ a group of control variables


**options (optional)**
Type: *Optional[dict[str, Any]]*
Type: *Optional[Mapping[str, Any]]*


Specifies a dict of optional parameters for the sampler backend.
Expand Down Expand Up @@ -381,7 +381,7 @@ Optimizer options


**backend_options (optional)**
Type: *Optional[dict[str, Any]]*
Type: *Optional[Mapping[str, Any]]*

Dict of optional parameters for the optimizer backend.
This dict of values is passed unchanged to the selected algorithm in the backend.
Expand Down Expand Up @@ -731,7 +731,7 @@ Type: *Optional[list[InputConstraintConfig]]*
List of input constraints

**weights (required)**
Type: *dict[str, float]*
Type: *Mapping[str, float]*

**Example**
If we are trying to constrain only one control (i.e the z control) value:
Expand Down

0 comments on commit 530ddd6

Please sign in to comment.