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

What are the numbers meaning in process_potential.py? #33

Open
K-jihyeon opened this issue Apr 13, 2022 · 0 comments
Open

What are the numbers meaning in process_potential.py? #33

K-jihyeon opened this issue Apr 13, 2022 · 0 comments

Comments

@K-jihyeon
Copy link

First of all, thank you for your codes!
Using these codes, I'm trying to apply this for my code.
Meanwhile I don't understand what are the meaning of subtracting numbers as following : 284976, 358960, 73368, 55412, 51540, etc.
Can you explain it to me?

        stage3_max_param = stage4_max_param - 284976 * 4 + 358960
        stage2_max_param = stage3_max_param - 73368 * 3 + 55412
        stage1_max_param = stage2_max_param - 51540 * 3 + 18650
        stage0_max_param = stage1_max_param - 13770 * 3 + 6566

These are 108~111 lines of process_potential.py.
Thank you.

@K-jihyeon K-jihyeon reopened this Apr 13, 2022
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