Paul-Niklas

Results 9 issues of Paul-Niklas

Hey, I wanted to as if it is possible to solve the problem class mentioned above with BilevelJuMP? Thank you, Paul

### Feature Checklist - [ ] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [ ] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [ ] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and...

converter

Hey, Is it possible to access the tree structure in Cubist so that information about child-parent nodes is available and also rules can be accessed in this tree structure? Thank...

Hey, If I train cubist with the following lines of code: ``` def train_cubist(X_train, y_train, number_of_committees, number_of_rules): model = Cubist(verbose=False, n_committees=number_of_committees, n_rules=number_of_rules) model.fit(X_train, y_train) return model.rules_, model.coeff_, model ``` and...

Hey :) **Is your feature request related to a problem? Please describe.** From my point of view, the MOSEK IIS in cvxpy is hard to interpret since it is not...

### Feature Checklist - [x] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [x] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [x] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for usefull...

Hey, the 'Appetizer' from https://entmoot.readthedocs.io/en/master/#appetizer is not working for gurobi and I get the following error message (I am using Gurobi Optimizer version 11.0.0): ``` Set parameter Username Academic license...

### Feature Checklist - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar feature requests - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [X] Browse the repository, [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test)...

OPF
question

### Bug report checklis - [x] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [x] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [x] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...

bug
converter