Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set upper boundary manually for RealParameter for now #169

Open
EvaLiyt opened this issue Nov 19, 2024 · 0 comments
Open

set upper boundary manually for RealParameter for now #169

EvaLiyt opened this issue Nov 19, 2024 · 0 comments

Comments

@EvaLiyt
Copy link
Collaborator

EvaLiyt commented Nov 19, 2024

Default to be both 0 for lower and upper boundaries in new RealParameter with a value. The code is in beast.base.inference.parameter: RealParameter line 30.

public RealParameter(final String value) {
    init(0.0, 0.0, value, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant