Commit 2855424
authored
Add QNs (#7)
* Add QN creation and sampling
* Clarify vector of vals in grammar
* Add tests
* Fix QN tests
* Add methods, tests for QN properties
* Fix target function depth tests
* Refactor QN tests
* Add interpreter, async_step for QNs
* Remove `Avg(...)` from grammar for now
* Fix rounding of activation levels
* Add documentation
* Remove single letter functions
* Fix notebook failing linting
* SynthBN -> Synth
* Updates to experiments
* Switch to srun
* Use SLURM_NTASKS
* Update job name
* Use Julia 1.10.2 to match cluster
* Use SlurmClusterManager
* Use SlurmClusterManager dynamically
* Move SlurmClusterManager usage inside try block
* Don't use @quickactivate macro in slurm context
* Delete boilerplate script
* Update trajectory script
* Increase memory for sampling trajectories
* Even more memory
* Clean up scripts
* Split script use distributed
* Clean up bash scripts
* Fix new version of split script
* Fix new version of split script, pt2
* Updated synth process
* Fewer steps per trajectory
* Support 1.10 Statistics
* Use QN version of GDS
* Try split up @Everywhere
* Reorganize synth script
* Remove nested pmap
* Increase resources
* Fewer levels of trajectories
* More memory
* Add constraints
* Restructure synthesis experiments
* Increase max depth
* Don't load files in main process
* Trying lower memory
* Re-up memory
* Catch an error with some extra info
* Catch an error and don't fail
* Error message causing more errors...
* Don't fail on link checker
* Add compat
* Uncomment tests
* Fix QN errors in testing
* Add Aqua and JET1 parent 791db9c commit 2855424
File tree
70 files changed
+1604
-1019
lines changed- .github/workflows
- docs
- src
- experiments
- SynthBN
- scripts
- src
- Synth
- .github/workflows
- notebooks
- scripts
- src
- test
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+1604
-1019
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
| 23 | + | |
| 24 | + | |
14 | 25 | | |
15 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
16 | 33 | | |
17 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
18 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | | - | |
8 | 3 | | |
| 4 | + | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments