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

Final fractal executables should not randomly select #1

Closed
leios opened this issue Jun 16, 2022 · 2 comments
Closed

Final fractal executables should not randomly select #1

leios opened this issue Jun 16, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@leios
Copy link
Owner

leios commented Jun 16, 2022

Currently, the final fractal executable for the naive chaos kernel will perform an IFS step with a random fid, but it might be better to iterate through all functions instead and output from each function.

The advantage is that we do not "steal" points from the original shape.

The disadvantage is that it does not deal with conditional probability. As a quick fix, maybe create an alpha value that is related to the probability?

@leios
Copy link
Owner Author

leios commented Nov 27, 2022

Note: This is distinct from a fully non-random IFS kernel (as discussed in #26). This issue is about doing a chaos game for step 1 and then an iterative step 2.

I think a good approach here would be to add different execution types to the Hutchinson(...) operator, so run!(...) will have an option to execute on :random, :semi-random, or non-random (for the method added in #26)

@leios leios added the enhancement New feature or request label Dec 3, 2022
@leios
Copy link
Owner Author

leios commented Jan 13, 2023

Fixed in #45; however, further discussions to be had in #26

@leios leios closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant