JSOSuite.jl
JSOSuite.jl copied to clipboard
One stop solutions for all things optimization
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...
WIP - Currently ended up implementing a smaller version of #151, so it might be better to do that first.
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...
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...
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,...
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.
[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:...