- 29 Jun, 2020 3 commits
-
-
Thomas Purcell authored
temp storage can be set manually
-
Thomas Purcell authored
Integer underflow occuring
-
Thomas Purcell authored
error in l0 was wrong
-
- 28 Jun, 2020 1 commit
-
-
Thomas Purcell authored
-
- 27 Jun, 2020 5 commits
-
-
Thomas Purcell authored
don't print as much out to the console
-
Thomas Purcell authored
There were errors with temp_storage_reg and setting selected feature values
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
-
- 26 Jun, 2020 3 commits
-
-
Thomas Purcell authored
if there are not enough features raise errors sooner
-
Thomas Purcell authored
Just always replace the worst one
-
Thomas Purcell authored
basically excluded given a bug in the constructor checks
-
- 18 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Add/sub in numerator should be allowed if denominator is the previous rung
-
- 17 Jun, 2020 3 commits
-
-
Thomas Purcell authored
-Saves memory -should allow for larger sis to get past MPI send Made Model Nodes Models now do not connect to the main value arrays so it will be easier to serialize in the future
-
Thomas Purcell authored
use transforms not for loops
-
Thomas Purcell authored
div node needs more restrictions and op nodes is const fixed
-
- 15 Jun, 2020 1 commit
-
-
Thomas Purcell authored
used wrong variables.
-
- 14 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Fixed a bug with how some features were being created
-
- 13 Jun, 2020 1 commit
-
-
Thomas Purcell authored
should reduce time for feature generation
-
- 12 Jun, 2020 2 commits
-
-
Thomas Purcell authored
limit the number of operations done
-
Thomas Purcell authored
Works on initial test cases
-
- 11 Jun, 2020 1 commit
-
-
Thomas Purcell authored
It works locally, but not on the cluster
-
- 10 Jun, 2020 6 commits
-
-
Thomas Purcell authored
I was too agressive with removing features, fixed that
-
Thomas Purcell authored
-
Thomas Purcell authored
made an explicit iterate function to do this recursively
-
Thomas Purcell authored
More feature elimination steps. Clear out register when doing generation/proejction
-
Thomas Purcell authored
Forgot to set_value in new sis checsk
-
Thomas Purcell authored
Division/multiplcation nodes cant have division features/inverse empyt unit check
-
- 09 Jun, 2020 6 commits
-
-
Thomas Purcell authored
-
Thomas Purcell authored
Check if this helps with memory problems
-
Thomas Purcell authored
ii= 0 -> int ii = 0
-
Thomas Purcell authored
Do not use all_gather, but sends/recv. see if that fixes the bug when SIS is too large
-
Thomas Purcell authored
a typo and test_value_ptr()/set_test_value() only redirects if _selected is false for feature node
-
Thomas Purcell authored
This should hopefully reduce the codes memory footprint
-
- 08 Jun, 2020 6 commits
-
-
Thomas Purcell authored
-
Thomas Purcell authored
Forgot some comment lines
-
Thomas Purcell authored
Don't make vectors of vectors, but transfer directly
-
Thomas Purcell authored
Each process picked its own train/test set, which is bad
-
Thomas Purcell authored
typos when introducing the test set led to problems
-
Thomas Purcell authored
Did them one after another, adding both here now
-