- 08 Jun, 2021 2 commits
-
-
Thomas Purcell authored
For the executable
-
Thomas Purcell authored
_reparam_phi now seems to work correctly
-
- 07 Jun, 2021 2 commits
-
-
Thomas Purcell authored
Index bugs and array filling issues fixed
-
Thomas Purcell authored
Actually create new features with the reparameterized nodes
-
- 05 Jun, 2021 1 commit
-
-
Thomas Purcell authored
Always have TEMP_STORAGE as an option, but use same size as the TEST SPACE version
-
- 03 Jun, 2021 10 commits
-
-
Thomas Purcell authored
Value Arrays did not check the size of the test_value_arr which led to a bug in the test
-
Thomas Purcell authored
update the test for value_storage arrays Missed one get_op_slot -> get_op_test_slot transistion
-
Thomas Purcell authored
SqrtParamNode initialize parameters keeps track of depth when setting values
-
Thomas Purcell authored
-
Thomas Purcell authored
parametrization initialization checks removed
-
Thomas Purcell authored
Only primary features are stored in memory to get around the hard copy issue Should not affect perfromance that much since test_values are rarely used
-
Thomas Purcell authored
Log initialize paramters now working properly
-
Thomas Purcell authored
Causing issues with other calculations
-
Thomas Purcell authored
This is necessary for getting correct test_values
-
Thomas Purcell authored
Otherwise they become each other's operation
-
- 02 Jun, 2021 7 commits
-
-
Thomas Purcell authored
This is done to not screw up storage spaces during reparameterization
-
Thomas Purcell authored
actually uses correct fmt format
-
Thomas Purcell authored
16.2 also fails sometimes
-
Thomas Purcell authored
Both the previous and current behavior is now possible
-
Thomas Purcell authored
For sign_alpha=-1 old initialization fails
-
Thomas Purcell authored
+/-x + \beta is not the same for loarithms
-
Thomas Purcell authored
Memory bounds were breached in NLOptimization
-
- 01 Jun, 2021 4 commits
-
-
Thomas Purcell authored
hard_copy to ensure reparamterized nodes don't affect those already selected
-
Thomas Purcell authored
used for reparamterization against residuals
-
Thomas Purcell authored
The differences between +/-1.0 should not affect anything now
-
Thomas Purcell authored
I missed that one
-
- 31 May, 2021 4 commits
-
-
Thomas Purcell authored
This is what you actually need
-
Thomas Purcell authored
Clp-17.6 had a bug with openBLAS which seems to be fixed now
-
Thomas Purcell authored
fixes some issues with /mathscr v /mathcal
-
Thomas Purcell authored
For openBLAS it seems like primal feasability is not enough
-
- 25 May, 2021 2 commits
-
-
Thomas Purcell authored
Those values are now stored
-
Thomas Purcell authored
Refactor to Model See merge request tpurcell/cpp_sisso!25
-
- 18 May, 2021 6 commits
-
-
Thomas Purcell authored
Update the most used functions
-
Thomas Purcell authored
only NameError allowed
-
Thomas Purcell authored
python definitions had a misdefinition in it
-
Thomas Purcell authored
automatically strip the units from a df header
-
Thomas Purcell authored
Clean up the matlab function
-
Thomas Purcell authored
Parameterized latex expression and matlab function used the first operator both times in binary operators
-
- 14 May, 2021 2 commits
-
-
Thomas Purcell authored
if norm < 1e-10 treat the feature as constant
-
Thomas Purcell authored
-