We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of BDMS v4.0, the parameter
birth_mutations: bool
of the bdms.Tree.evolve() method has been replaced with
bdms.Tree.evolve()
birth_mutation_prob: float | Callable[[Any, rng], float]
A new install will require a change in notebooks/efficiency.ipynb to replace birth_mutations=False with birth_mutation_prob=0.
notebooks/efficiency.ipynb
birth_mutations=False
birth_mutation_prob=0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of BDMS v4.0, the parameter
of the
bdms.Tree.evolve()
method has been replaced withA new install will require a change in
notebooks/efficiency.ipynb
to replacebirth_mutations=False
withbirth_mutation_prob=0
.The text was updated successfully, but these errors were encountered: