Skip to content

Commit

Permalink
Update default dirichlet alpha parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Mar 12, 2024
1 parent 5f41a3e commit bc56d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psl-core/src/main/java/org/linqs/psl/config/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ public class Options {

public static final Option WLA_SEARCH_DIRICHLET_ALPHA = new Option(
"search.dirichletalpha",
0.05,
1.0,
"The alpha parameter for the dirichlet distribution of the weight sampler."
);

Expand Down

0 comments on commit bc56d1e

Please sign in to comment.