Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RATapi/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Controls(BaseModel, validate_assignment=True, extra="forbid", use_attribut

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

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