king2b3 / king2b3/GP

Return every possible input in place of solo op for exhaustive remove

Open Beginner friendly
#14 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

in mutations.py in function check_every_remove_node, for solo operators return each possible input in place of 2 node tree. Right now, the same circuit is being appended to the final list for N number of inputs.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open mutations.py and inspect check_every_remove_node, focusing on the solo-operator path and how circuits are appended to the final list. Reproduce the case with N inputs, then verify that the result contains each possible input instead of repeating the same 2-node tree.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.