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

FEAT: Have **<foo> produce a list of all <foo> elements in the population #177

Open
andreas-zeller opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
prio: high High priority issue scope: enhancement New feature or request status: future work Task is planned for the future

Comments

@andreas-zeller
Copy link
Collaborator

This allows quantification, as in

any(n.startswith("A") for n in **<name>)

and most notably, checking the fitness of the population:

has_gauss_distribution(**<start>)
@andreas-zeller andreas-zeller added the prio: high High priority issue label Dec 17, 2024
@joszamama joszamama added scope: enhancement New feature or request status: future work Task is planned for the future labels Jan 14, 2025
@joszamama joszamama changed the title Have **<foo> produce a list of all <foo> elements in the population FEAT: Have **<foo> produce a list of all <foo> elements in the population Jan 14, 2025
@joszamama joszamama moved this to Backlog in Fandango Roadmap Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: high High priority issue scope: enhancement New feature or request status: future work Task is planned for the future
Projects
Status: Backlog
Development

No branches or pull requests

2 participants