Open Issues Need Help
View All on GitHubAI Summary: The task is to evaluate the performance of the GeneticEngine library's InformedDownsampling method against the existing Lexicase Selection method, potentially using the provided Lexicase Selection reference implementation as a benchmark. This involves comparing their speeds and possibly other relevant metrics to determine if InformedDownsampling is indeed faster.
Program Synthesis framework that features heuristics methods (e.g., Genetic Programming) and grammars are defined in Python dataclasses
AI Summary: The task is to remove unnecessary dependencies (mypy and purest) from the GeneticEngine Python project's `pyproject.toml` file. This might involve refactoring code to remove reliance on these tools or making them optional dependencies, installable only when needed.
Program Synthesis framework that features heuristics methods (e.g., Genetic Programming) and grammars are defined in Python dataclasses