Skip to content
GitLab
Explore
Sign in
Commits · 45c5b106ebc4102aa63416a5c8e3c29165effb0e
GMJMCMC
Browse files
Mar 23, 2021
Fixed slight bug
· 45c5b106
Jon
authored
Mar 23, 2021
45c5b106
Added dynamic parameter generation for some parameters
· f8396cfc
Jon
authored
Mar 23, 2021
f8396cfc
Added max population setting so that the population expands to max size at pop 2
· 75969bce
Jon
authored
Mar 23, 2021
75969bce
Mar 22, 2021
Some bug fixes
· 6566acb9
Jon
authored
Mar 22, 2021
6566acb9
Mar 19, 2021
Fixed bug
· 7de6f64c
Jon
authored
Mar 19, 2021
7de6f64c
Fixed dependencies
· fd2506a8
Jon
authored
Mar 19, 2021
fd2506a8
Changed the way data is handled internally
· 663d66d8
Jon
authored
Mar 19, 2021
663d66d8
Mar 18, 2021
First implementation of alpha generation strategy 3 now runs and puts numbers...
· 132941c1
Jon
authored
Mar 18, 2021
132941c1
Mar 17, 2021
Added a large part of the framework for alpha generation strategies 1-3
· 187f83de
Jon
authored
Mar 17, 2021
187f83de
Mar 08, 2021
Added diagnostic plot
· 855f362c
Jon
authored
Mar 08, 2021
855f362c
Added multiple tries to the greedy optimization algorithm
· 8daf2c92
Jon
authored
Mar 08, 2021
8daf2c92
Mar 02, 2021
Create README.md
· 63019168
Jon Lachmann
authored
Mar 02, 2021
63019168
Fixes on guide vignette
· 47d47a2e
Jon
authored
Mar 02, 2021
47d47a2e
Renamed vignette
· f535868a
Jon
authored
Mar 02, 2021
f535868a
Fixed gitignore
· 2e89eeea
Jon
authored
Mar 02, 2021
2e89eeea
A lot of fixes, and a vignette demonstrating how to use the package
· d2dc3e00
Jon
authored
Mar 02, 2021
d2dc3e00
Feb 25, 2021
Added printing of best critical value obtained
· 8abe965b
Jon
authored
Feb 25, 2021
8abe965b
Fixed many bugs
· dc16d643
Jon
authored
Feb 25, 2021
dc16d643
Feb 24, 2021
Added some files for likelihoods and diagnostics
· f8ae0420
Jon
authored
Feb 24, 2021
f8ae0420
Fixed a bug in the proposal probability for proposals of type 1-4
· 2bf07ac3
Jon
authored
Feb 24, 2021
2bf07ac3
Feb 20, 2021
Fixed a bug in the probs list generator
· 533b9b5d
Jon
authored
Feb 20, 2021
533b9b5d
Roxygenized package, fixed a typo
· 6e0299bc
Jon
authored
Feb 20, 2021
6e0299bc
Fixed a small bug in the complexity measure pipeline
· c4d39b7b
Jon
authored
Feb 20, 2021
c4d39b7b
Implemented a framework to feed complexity measures to the marginal likelihood
· f698e43e
Jon
authored
Feb 20, 2021
f698e43e
Feb 19, 2021
Added probability and parameter list generators
· 46adb3e0
Jon
authored
Feb 19, 2021
46adb3e0
Fixed description file
· 58d0aca2
Jon
authored
Feb 19, 2021
58d0aca2
Exported summary function
· 09c9099d
Jon
authored
Feb 19, 2021
09c9099d
Added a proper test dataset...
· f1b1b066
Jon
authored
Feb 19, 2021
f1b1b066
Added a proper test dataset
· f73f1fff
Jon
authored
Feb 19, 2021
f73f1fff
Implemented collinearity checking of new features
· 518f3514
Jon
authored
Feb 19, 2021
518f3514
Feb 18, 2021
Feature depth and width implemented
· e8c66453
Jon
authored
Feb 19, 2021
e8c66453
Implemented a function for calculating feature importance through renormalized model estimates
· c7aa95a0
Jon
authored
Feb 18, 2021
c7aa95a0
Feb 16, 2021
Added functions file and moved ind.to.log there
· 6a84a114
Jon
authored
Feb 16, 2021
6a84a114
Fixed some stuff
· 43dca5c8
Jon
authored
Feb 16, 2021
43dca5c8
Running and generating features now works
· ba954afa
Jon
authored
Feb 16, 2021
ba954afa
Some prints added for verbosity, now it can run one whole population sometimes
· 2a5fa86a
Jon
authored
Feb 16, 2021
2a5fa86a
It only stops where it should now, need to handle empty models and addition of...
· 3c9ac150
Jon
authored
Feb 16, 2021
3c9ac150
Almost running now...
· 3dda4ef3
Jon
authored
Feb 16, 2021
3dda4ef3
Added a file to run the algorithm for some informal testing
· 091bc17b
Jon
authored
Feb 16, 2021
091bc17b
Many improvements, now actually runs for a bit
· 51aa4448
Jon
authored
Feb 16, 2021
51aa4448
Loading