We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30947f1 commit 469f0bfCopy full SHA for 469f0bf
src/ensemble/ensemble_problems.jl
@@ -218,7 +218,7 @@ $(TYPEDEF)
218
219
Defines a weighted version of an `EnsembleProblem`, where different simulations contribute unequally.
220
221
-## Fields
+## Arguments
222
223
- `ensembleprob`: The base ensemble problem.
224
- `weights`: A vector of weights corresponding to each simulation.
@@ -252,9 +252,6 @@ $(TYPEDEF)
252
253
Constructor for `WeightedEnsembleProblem`. Ensures weights sum to 1 and matches problem count.
254
255
-## Keyword Arguments
256
-
257
-- `weights`: A vector of weights for each trajectory.
258
"""
259
function WeightedEnsembleProblem(args...; weights, kwargs...)
260
@assert sum(weights) ≈ 1
0 commit comments