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

Lut generation and schema search #49

Open
wants to merge 42 commits into
base: LUT-generation-and-schema-search
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cb1818f
modifying generate_with_effective_connectivity()
srikanth-iyer Jul 2, 2024
01f7dc1
made text changes in notebooks
srikanth-iyer Jul 2, 2024
79c26e1
text changes in notebooks
srikanth-iyer Jul 2, 2024
f6426c5
modified schema search tools
srikanth-iyer Jul 2, 2024
ee6560e
added fill_clashes option in fill_out_lut and from_partial_lut
srikanth-iyer Jul 2, 2024
3dca5e2
added annihilation generation rules
srikanth-iyer Jul 10, 2024
bce2468
added annihilation generation rules
srikanth-iyer Jul 10, 2024
f48cbc8
description modifications
srikanth-iyer Jul 10, 2024
0e95b0b
analysing Ke and Bias for DCT rules
srikanth-iyer Jul 10, 2024
4584e51
temp
srikanth-iyer Jul 10, 2024
b58befd
updated pdf
srikanth-iyer Jul 11, 2024
35847ca
Update progress_report.md
srikanth-iyer Jul 11, 2024
968c787
Update: plotting bias and Ke for generated automata rules
srikanth-iyer Jul 12, 2024
c777ece
Merge branch 'LUT-generation-and-schema-search' of https://github.com…
srikanth-iyer Jul 12, 2024
4852aa2
added maintenance rules function
srikanth-iyer Jul 14, 2024
19d8860
chore: Refactor code to improve readability and remove unused variables
srikanth-iyer Jul 14, 2024
70dfa38
Add test for annihilation_generation and maintenance rules
srikanth-iyer Jul 14, 2024
7ac5f8e
Modified plots and progress report
srikanth-iyer Jul 14, 2024
4da519d
added maintenance rule to automata tutorial
srikanth-iyer Jul 14, 2024
590816f
added schema generator and plotting tools
srikanth-iyer Jul 15, 2024
59d9258
Code cleanup
srikanth-iyer Jul 15, 2024
02e66ff
plots to check distribution of shuffled schemata generator
srikanth-iyer Jul 16, 2024
a918cd0
added function to return generator with missing outputs filled randomly
srikanth-iyer Jul 17, 2024
307ba01
new plots
srikanth-iyer Jul 17, 2024
f43dfb4
for DCT genetic algorithms
srikanth-iyer Jul 18, 2024
29fad0f
added plots and modified progress report
srikanth-iyer Jul 19, 2024
e513dcd
added type descriptions
srikanth-iyer Jul 19, 2024
807456f
added modules
srikanth-iyer Jul 19, 2024
3be417b
added test for fill_missing_outputs_as_maintenance()
srikanth-iyer Jul 19, 2024
00911b2
modified: automata/genetic_algorithm.ipynb
srikanth-iyer Jul 24, 2024
06d434a
annihilation generation rules for node, input symmetry for anni_gen
srikanth-iyer Jul 28, 2024
ae73d75
input symmetry mean for anni_gen
srikanth-iyer Jul 28, 2024
c7a175f
removed excess schema search functions
srikanth-iyer Jul 28, 2024
1258412
refactor: Remove unnecessary code for crossover in GA mechanism
srikanth-iyer Jul 28, 2024
6d41864
automata.ipynb
srikanth-iyer Jul 28, 2024
95c3f98
chore: removed plots and progress report from public branch
srikanth-iyer Jul 29, 2024
571454b
updated ks_for_anni_gen.ipynb
srikanth-iyer Jul 29, 2024
09372df
exception handling if no annigen found
srikanth-iyer Aug 15, 2024
d34df8a
Corrected Famoust DCT automata rules
srikanth-iyer Aug 30, 2024
5cca926
anni_gen lut coverage, anni_gen input redundancy and effective connec…
srikanth-iyer Aug 30, 2024
4e5fcbd
plot_schemata for anni_gen of a given node. with ts.
srikanth-iyer Sep 25, 2024
a0bbd95
fixed error in anni_gen_coverage
srikanth-iyer Oct 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ ENV/

# Rope project settings
.ropeproject
temp_*
956 changes: 956 additions & 0 deletions automata/automata.ipynb

Large diffs are not rendered by default.

Loading