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 inserting population by percentage instead of number #54

Open
cainja opened this issue Oct 10, 2024 · 0 comments
Open
Labels
category: agent Related to the agent subpackages package: patch Related to the patch implementation

Comments

@cainja
Copy link
Member

cainja commented Oct 10, 2024

Current patch action PatchActionInsert inserts cells based on a single number. For example:

<action.parameter id="INSERT_NUMBER" value="N" />
will initialize N cells for the population.

Proposal:

Update PatchSeries to additionally parse configs in the form:
<action.parameter id="INSERT_PERCENT" value="N" />
or
<action.parameter id="INSERT_NUMBER" value="N" />
to mimic behavior added in #53.

This issue is similar to #49.
Adding this feature is necessary for #21.

@jessicasyu jessicasyu added package: patch Related to the patch implementation category: agent Related to the agent subpackages labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: agent Related to the agent subpackages package: patch Related to the patch implementation
Projects
None yet
Development

No branches or pull requests

2 participants