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

corrections of graphs for Algorithms 15 and 14 #436

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

FulopNandor
Copy link
Contributor

Dear Pascal,

apply my current Pull Request to correct two graphs of Algorithm No. 15 and No. 14, please.

Currently, the operators' graph for Algorithm No. 15 looks like this:
Algo15-orig

The view is a bit misleading, as it suggests that the 5th and 6th operators modulate the both the 2nd and 4th operators simultaneously, but originally the 5th and 6th operators only modulate the 4th operator, not the 2nd one. Therefore, I slightly modified the image of the Algorithm No. 15 to the following:
Algo15-new

Furthermore, the image of the Algorithm No. 14 currently looks like it below:
Algo14-orig

However, if we compare this with the new graph of the Algorithm No. 15, the view might be confusing a bit, because there is only one essential difference between the two algorithms: namely, in the Algorithm No. 15, the 2nd operator has a feedback branch, while in the Algorithm No. 14, the 6th operator has a feedback branch; otherwise, the connection of the operators with each other is the same in both algorithms. So, for the sake of uniformity, I also modified the graph for the Algorithm No. 14 to this one:
Algo14-new

Thank you in advance - and special thanks for releasing the new version 0.9.7!:)

@asb2m10 asb2m10 merged commit 4d90a21 into asb2m10:master Jul 20, 2024
3 checks passed
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.

2 participants