Skip to content

Commit

Permalink
doc #478
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed May 23, 2024
1 parent f400a6c commit c1ab0ea
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ public ParametricDistribution() {

/**
* Call {@link Generator#setParam(String, Value)}
* to set all parameters automatically, and call {@link #constructDistribution(RandomGenerator)}.
* So the implemented prior does not require to implement this method.
* to set parameters automatically if there are setter,
* and call {@link #constructDistribution(RandomGenerator)}.
* Note: if overwrite this, it must have <code>super.setParam(paramName, value);</code> in the end.
*
* @param paramName parameter name
* @param value {@link Value} contains parameter value.
*/
Expand Down

0 comments on commit c1ab0ea

Please sign in to comment.