- 16 Sep, 2021 2 commits
-
-
Thomas Purcell authored
Fails when tested thought
-
Thomas Purcell authored
Will be used for comp_feats
-
- 29 Aug, 2021 1 commit
-
-
Thomas Purcell authored
-
- 12 Aug, 2021 4 commits
-
-
Thomas Purcell authored
-
Thomas Purcell authored
Similar concepts get the same definition
-
Thomas Purcell authored
Comment out blank lines
-
Thomas Purcell authored
-
- 19 Apr, 2021 1 commit
-
-
Thomas Purcell authored
Use "file" when it is considered standard
-
- 18 Apr, 2021 1 commit
-
-
Thomas Purcell authored
-
- 21 Mar, 2021 1 commit
-
-
Thomas Purcell authored
int overflows are leading to issues
-
- 16 Dec, 2020 1 commit
-
-
Thomas Purcell authored
Should be more accurate and quicker to converge
-
- 28 Nov, 2020 1 commit
-
-
Thomas Purcell authored
Create set_standardized_value for ease of comparision operations (Node) Use standardized values for initial feature space creation in the SIS step Use dgemv instead of a for loop for comparision of features whenever possible Create a new set of functions for comparision based on a pair of node_ptr, double This will set up a new MPI scheme that uses reduce_all
-
- 10 Jul, 2020 1 commit
-
-
Thomas Purcell authored
Duplication from resolving merge conflicts
-
- 08 Jul, 2020 1 commit
-
-
Thomas Purcell authored
This will make it easier for users who do not want to use the bindings
-
- 06 Jul, 2020 1 commit
-
-
Thomas Purcell authored
Standardized the output file and added constructors to recreate model from the output files
-
- 05 Jul, 2020 1 commit
-
-
Thomas Purcell authored
-
- 03 Jul, 2020 1 commit
-
-
Thomas Purcell authored
expose c++ class/functions to python
-
- 17 Jun, 2020 1 commit
-
-
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
-
- 08 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Did them one after another, adding both here now
-
- 04 Jun, 2020 2 commits
-
-
Thomas Purcell authored
all lower rungs stored on processes, this was causing issues with set_value if not done this way
-
Thomas Purcell authored
All Node classes that add members get desctructors/virtual destructors
-
- 03 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Node and OperatorNode get virtual destructors
-
- 11 May, 2020 1 commit
-
-
Thomas Purcell authored
Features now point to a position in centeral arrays. Recurisive solutions for all rungs above 2
-
- 10 May, 2020 1 commit
-
-
Thomas Purcell authored
Feature Creation, projection scores, and l0 normalization all parallelized
-
- 09 May, 2020 1 commit
-
-
Thomas Purcell authored
Node and Unit need to be serialized
-
- 08 May, 2020 1 commit
-
-
Thomas Purcell authored
Refactored C++ SISSO code now running properly. Further tests are needed to further debug, need to work on memory access and bringing in new features
-