Tangi Migot

Results 194 issues of Tangi Migot

Here is the list: ``` - [ ] brybnd - [ ] clplatea - [ ] clplateb - [ ] clplatec - [ ] curly - [ ] curly10 -...

We started implementing problems from Global Optimization Benchmarks and AMPGO http://infinity77.net/global_optimization/index.html - [X] All 18 one-dimensional test functions with multiple local/global minima are implemented. The benchmark also considers 184 multivariate...

good first issue

I am wondering how much work it would be to make QN operators compatible with GPUs (CuArray for instance)? Typically, my use case would be something like this ``` using...

enhancement
GPU

I am running `PkgBenchmark.jl` using the [test file](https://github.com/JuliaCI/PkgBenchmark.jl/blob/master/benchmark/benchmarks.jl). Then, ``` commit = benchmarkpkg(repo_name) # current state of repository main = benchmarkpkg(repo_name, "main") judgement = judge(commit, main) commit_stats = bmark_results_to_dataframes(commit) main_stats...

I am reviewing the CITATION usage in the repos and in particular moving to CFF files. The bib can still be generated using Github menu. Here are a couple of...

documentation

https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl/issues/100

https://jso.dev/tutorials/introduction-to-benchmarkprofiles/ Connected to https://github.com/JuliaSmoothOptimizers/JuliaSmoothOptimizers.github.io/issues/172

documentation

I think that `LDLFactorization` could be a subtype of `LinearAlgebra.Factorization`, cf. https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/src/factorization.jl . We would benefit from the default Julia interface, and we would start some unifying of JSO factorization...