Michael Klamkin
Michael Klamkin
#### Description of issue / Feature request I'm really enjoying Aerial so far - I have it set up on my Late 2013 MBPr hooked up to an external 4k...
To try it out for yourself, use: ```bash pip install --force-reinstall git+https://github.com/klamike/tqdm.git@mk/update_tqdmrich ``` ___ This PR updates `tqdm.rich` to better match `tqdm.std`. It's a lot packed into one PR, but...
Currently `dualize` is not compatible with `Parameter`, but there is a `variable_parameters` kwarg which does the job: ```julia m = Model() @variable m p ∈ Parameter(1.0) @variable m x @constraint...
Closes #7527 Note that this implementation **will only merge the last PR in the case that they get split up by `push_to_hub`**. See https://github.com/huggingface/datasets/discussions/7555 for more details.
### Feature request Add a command-line option, e.g. `--auto-merge-pull-request` that enables automatic merging of the commits created by the `convert-to-parquet` tool. ### Motivation Large datasets may result in dozens of...
The current code has `SparseReverseMode` hard-coded: https://github.com/jump-dev/DiffOpt.jl/blob/bf2c4c389ecd6ae63356e292b74a632b0517fa68/src/NonLinearProgram/nlp_utilities.jl#L94-L109 Perhaps `backend` should be set based on `MOI.AutomaticDifferentiationBackend()`? Besides the `SymbolicMode`, it would also allow to use DiffOpt with custom evaluators.
This PR fixes two small typos in the complex numbers docs: 1. "numbercial" -> "numerical" 2. "easily to switch" -> "easily switch to"
Hi there, thanks for the great package! I am wondering if maintainers would be interested in an integration with [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning)? Happy to help open a PR on this if it...
Fixes #199. Turns out the `Model(() -> ExaModels.Optimizer)` was not being tested, only `ExaModel(model)`. The added test fails before this change.
We should probably error out when given a model that uses the old API. But I don't know how to detect this properly at the MOI level. ```julia julia> using...