Janos Gabler

Results 38 issues of Janos Gabler

The library is now available on pypi: https://pypi.org/project/pyensmallen/ We can reach out to @apoorvalal if we have questions.

enhancement
good first issue

## Current Situation / Problem you want to solve The proposal in this issue concerns the functions `criterion_plot`, `profile_plot` and `convergence_plot`. - The `criterion_plot` uses the number of function evaluations...

enhancement

This is a meta issue where we collect things that are hard or impossible with the current internal algorithm interface. If we collect enough issues, we hopefully see similarities and...

## Current situation Optimagic does not make a check for infinite values in gradients. Some optimizers do and raise an error if any infinite values are encountered. The error message...

enhancement

## Background Optimagic wraps a lot of optimizers. The complete list is [here](https://optimagic.readthedocs.io/en/latest/algorithms.html). Many of these algorithms have been added to optimagic years ago and not touched since. If the...

enhancement

Wrap the cobyqa algorithm via [scipy](https://docs.scipy.org/doc/scipy/reference/optimize.minimize-cobyqa.html)

enhancement
good first issue