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

Add support for different patch initialization schemes #81

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

jessicasyu
Copy link
Member

Resolves #48

Adds a new patch parameter called INITIALIZATION that support different initialization schemes. Current behavior (outward) is still the default if INITIALIZATION is not specified:

<patch>
    <patch.parameter id="INITIALIZATION" value="(outward|inward|random)" />
</patch>

@jessicasyu jessicasyu added type: feature Improvement or additions to the code base package: patch Related to the patch implementation labels Oct 24, 2024
@jessicasyu jessicasyu linked an issue Oct 24, 2024 that may be closed by this pull request
@allison-li-1016 allison-li-1016 merged commit da9c929 into develop Oct 24, 2024
5 checks passed
@allison-li-1016 allison-li-1016 deleted the feature/init-patterns branch October 24, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: patch Related to the patch implementation type: feature Improvement or additions to the code base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for different initialization patterns
3 participants