JSOSuite.jl icon indicating copy to clipboard operation
JSOSuite.jl copied to clipboard

One stop solutions for all things optimization

Results 33 JSOSuite.jl issues
Sort by recently updated
recently updated
newest added
trafficstars

While working on #144, I had the issue of telling all solvers to shut up. Since they don't all accept `verbose = 0`, or all use the logging, there needs...

enhancement

WIP - Currently ended up implementing a smaller version of #151, so it might be better to do that first.

There is too much output.

tests

The benchmark should help decide if a PR is to be accepted or not. So we should improve the script to test more. - Goal: Make sure that there are...

Setup/Tech debt

The PRs are being tested on 3 OSs and 3 Julia versions. Some combinations are pretty slow to it might be better to remove them from the PR test. The...

Setup/Tech debt

The tests are too extensive, they take too long to run. We should aim to only test with a few problems, for instance. If testing with all problems is desirable,...

tests

While fixing #141, I noticed that building the docs takes too long. Maybe the benchmark is the problem, but I haven't checked in depth.

documentation
Setup/Tech debt

[COPIERTemplate](https://github.com/abelsiqueira/COPIERTemplate.jl) implements many best practices, some more aggressive than others. A short incomplete list: - CODE_OF_CONDUCT.md - Issue and PR templates - pre-commit, including, but not limited to the hooks:...

Setup/Tech debt