Christian Zimpelmann
Christian Zimpelmann
- Allow to easily add a row of strings like `"Controls": ["Yes", "No"])` to the footer before calling `render_latex`. - Do not round all cells which contain integer values Closes...
* estimagic version used, if any: `main` branch * Python version, if any: 3.9.10 * Operating System: Windows ### What would you like to enhance and why? Is it related...
``` File C:\.conda\envs\gettsim-application\lib\site-packages\pylogit\__init__.py:10 2 """ 3 Created on Mon Mar 14 15:33:07 2016 4 5 @author: timothyb0912 6 @module: pylogit 7 """ 8 from __future__ import absolute_import ---> 10 from...
### What would you like to enhance and why? Is it related to an issue/problem? While working on #379, the following point came up: - Make it easier for users...
In addition to the minor changes which I already implemented: - I really like the visualizations in `explanation_of_numerical_optimizers.md`. However, it would be great if there was a way to manually...
* optimagic version used, if any: 0.5.0 ### What would you like to enhance and why? Is it related to an issue/problem? The following code fails with the message `TypeError:...
### What would you like to enhance and why? Is it related to an issue/problem? Multistart is compatible with bounds, but not with linear constraints. `NotImplementedError: multistart optimizations are not...
### Current situation It isn't possible to implement the following three constraints (bounds): - $$0 \leq para_1$$ - $$0 \leq para_2$$ - $$para_1 + para_2 \leq 1$$ One can introduce...