- 17 Apr, 2021 1 commit
-
-
Thomas Purcell authored
-
- 14 Apr, 2021 1 commit
-
-
Thomas Purcell authored
Remove all possible overlaps
-
- 09 Apr, 2021 2 commits
-
-
Thomas Purcell authored
op_slots are now used throughout
-
Thomas Purcell authored
No longer just 3
-
- 07 Apr, 2021 2 commits
-
-
Thomas Purcell authored
Cleaning some errors up that occured after the merge
-
Thomas Purcell authored
generate_node functions now use is_const of the new features
-
- 21 Mar, 2021 1 commit
-
-
Thomas Purcell authored
int overflows are leading to issues
-
- 15 Oct, 2020 1 commit
-
-
Thomas Purcell authored
Parameters now go down the tree not just the initial feature
-
- 03 Oct, 2020 1 commit
-
-
Thomas Purcell authored
openmp with intel did not like using class variables
-
- 01 Oct, 2020 1 commit
-
-
Thomas Purcell authored
Now to adjust the classfier
-
- 28 Sep, 2020 2 commits
-
-
Thomas Purcell authored
it is slower for some reason I need to debug it
-
Thomas Purcell authored
Modify CMakeLists.txt files to incldue open MP Add a thread count for centeral storage arrays
-
- 10 Jul, 2020 1 commit
-
-
Thomas Purcell authored
Use keyed files to automatically generate bindings.hpp/bindings.cpp
-
- 09 Jul, 2020 1 commit
-
-
Thomas Purcell authored
All documenation is up to date
-
- 05 Jul, 2020 1 commit
-
-
Thomas Purcell authored
this is causing a bug somehow
-
- 03 Jul, 2020 2 commits
-
-
Thomas Purcell authored
I think the previous errors were caused by the bug in error eval
-
Thomas Purcell authored
This reverts commit 00ff6620
-
- 29 Jun, 2020 1 commit
-
-
Thomas Purcell authored
temp storage can be set manually
-
- 27 Jun, 2020 1 commit
-
-
Thomas Purcell authored
There were errors with temp_storage_reg and setting selected feature values
-
- 10 Jun, 2020 1 commit
-
-
Thomas Purcell authored
More feature elimination steps. Clear out register when doing generation/proejction
-
- 08 Jun, 2020 1 commit
-
-
Thomas Purcell authored
Did them one after another, adding both here now
-
- 04 Jun, 2020 1 commit
-
-
Thomas Purcell authored
all lower rungs stored on processes, this was causing issues with set_value if not done this way
-
- 02 Jun, 2020 4 commits
-
-
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
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
-
- 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
-
- 11 May, 2020 1 commit
-
-
Thomas Purcell authored
Features now point to a position in centeral arrays. Recurisive solutions for all rungs above 2
-
- 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
-