Skip to content

Sigmas math #1

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

Closed
wants to merge 3 commits into from
Closed

Sigmas math #1

wants to merge 3 commits into from

Conversation

vmobilis
Copy link

@vmobilis vmobilis commented Jun 1, 2025

@rmatif, hello, maybe add very basic calculations ability?
This would allow to shorten linear sequences.
For example, --sigmas 15,-0.5 wil make, for 5 steps, sigmas:
15.0, 14.5, 14.0, 13.5, 13.0, 0.0

Or --sigmas 16,^0.5,^0.5,^0.5,-1 will make, for 7 steps:
16.0, 4.0, 2.0, 1.41, 0.41, -0.59, -1.59, 0.0.

Last math operation is, first, remembered in last 2 positions of params.custom_sigmas and then is used to fill missing sigmas for whole steps range.

@vmobilis vmobilis reopened this Jun 2, 2025
@vmobilis vmobilis closed this Jun 2, 2025
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

Successfully merging this pull request may close these issues.

1 participant