- 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
-
- 05 Jun, 2020 1 commit
-
-
Thomas Purcell authored
SIS updated to use scores to check similarity and only send phi's that are needed
-
- 04 Jun, 2020 4 commits
-
-
Thomas Purcell authored
For the distribution minor bug led to hangs
-
Thomas Purcell authored
it should not always be true
-
Thomas Purcell authored
all lower rungs stored on processes, this was causing issues with set_value if not done this way
-
Thomas Purcell authored
-
- 03 Jun, 2020 3 commits
-
-
Thomas Purcell authored
Node and OperatorNode get virtual destructors
-
Thomas Purcell authored
More complincated tests are needed
-
Thomas Purcell authored
phi stored across all nodes not stored on all nodes
-
- 02 Jun, 2020 8 commits
-
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
Possible to resize based off of rung
-
Thomas Purcell authored
Initial commit towards resizing temporary storage arrays
-
Thomas Purcell authored
Checks for cancelations and duplicate features
-
Thomas Purcell authored
Removed _value_ptr and _feat_value_ptrs from OperatorNode Allow set_value() and get_value_ptr() to accept offest and work directly on offset value_ptr only thing to call set_value
-
Thomas Purcell authored
-
- 01 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Added type condition tests (initial simplification) Added som more documenatation
-
- 31 May, 2020 1 commit
-
-
Thomas Purcell authored
-