Skip to content

Commit 5a26412

Browse files
authored
Fixes the nSamples docstring (#142)
1 parent 0b9816b commit 5a26412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RATapi/controls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Controls(BaseModel, validate_assignment=True, extra="forbid", use_attribut
116116

117117
# Dream
118118
nSamples: int = Field(20000, ge=0)
119-
"""[DREAM] The number of samples in the initial population for each chain."""
119+
"""[DREAM] The total number of function evaluations (number of algorithm generations times number of chains)."""
120120

121121
nChains: int = Field(10, gt=1)
122122
"""[DREAM] The number of Markov chains to use in the algorithm."""

0 commit comments

Comments
 (0)