Ilia Ilmer

Results 10 issues of Ilia Ilmer

## Description This PR contains implementation of an image quality measure called EME, based on [this paper](https://www.semanticscholar.org/paper/A-New-Measure-of-Image-Enhancement-Agaian-Lentz/5adac5932775f089eaace7ebc45a6cba89809134). It is based no the human visual system, as mentioned in the paper,...

:monocle_face: Needs review
:baby: type: New feature

I have a system with large integers as a solution, some solutions are of `1e+150` in magnitude. When using `monodromy_solve`, I keep getting `Warning: None of the provided solutions is...

The following code ```julia using StructuralIdentifiability, OrdinaryDiffEq, ModelingToolkit function f(du,u,p,t) b,c,a,beta,g,delta,sigma = p du[1] = -b * u[1] + 1/(c + u[4]) du[2] = a * u[1] - beta *...

enhancement
help wanted

When running code from [this](https://datadriven.sciml.ai/stable/examples/4_nonlinear_continuous_system/#nonlinear_continuos) tutorial, I run into an error at the step defining `ContinuousDataDrivenProblem`: ```julia > prob = ContinuousDataDrivenProblem(solution) ``` The error is: ```julia ERROR:"No matching function wrapper...

I was trying to adapt [this example from tutorials](https://docs.sciml.ai/SciMLSensitivity/dev/ode_fitting/optimization_ode/) so that I can use a more customized data sample. For example, if I have states `x1, x2, x3`, I collect...

I have an array of polynomials which are obtained through Nemo CAS. Is there a way to convert them into a `HomotopyContinuation.Expression` type so that I can find roots of...

A clean version for transcendence basis substitution with a heuristic search for a better combination.

Hello! I was wondering if `Groebner.jl` currently supports parallel computation for Groebner basis?

# Describe the bug When running provided instructions for installing the python version to support the packages, the result of `python -V` command remains `3.13.*`. [link to the git repo...