Sebastian Gsell
Sebastian Gsell
Add function to calculate the lambda poisedness of a sample.
Add bounds to BHHH algorithm. To-Do: - [x] Implement box constraints - [x] Refactor - [x] Add more test cases
### Problems 1. Before optimizing the performance of our trust-region subproblem solvers, we need to add a few more tests that assure us that we do not introduce any bugs...
Add dark mode logo to the navigation bar and on the main index page. - [x] navigation bar - [x] index page - [ ] Remove white boxes around logos...
Currently, the creation of large state spaces is very slow. To-Do: - [ ] Separate ```create_state_space``` from ```get_solve_function``` so that the state space can be created outside of ```jax```. E.g....