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
In kernel.py
pct_combing_weight sets pc_factor with the following code:
# Teeth distance td = W / M # Update population control factor mcdc["technique"]["pc_factor"] *= td # This may be incorrect
This also applies to pct_splitting_roulette_weight
pc_factor is used to rescale weight windows at each time step
# Population control factor w_target *= mcdc["technique"]["pc_factor"]
Which works for uniform combing but may be unhealthy for the weight based PCTs when combined with weight windows.
The text was updated successfully, but these errors were encountered:
ilhamv
shac170
No branches or pull requests
In kernel.py
pct_combing_weight sets pc_factor with the following code:
This also applies to pct_splitting_roulette_weight
pc_factor is used to rescale weight windows at each time step
Which works for uniform combing but may be unhealthy for the weight based PCTs when combined with weight windows.
The text was updated successfully, but these errors were encountered: