We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have recently released GluCat 0.8.4: https://github.com/penguian/glucat/tags https://sourceforge.net/projects/glucat/files/ The main change is that PyClical is now based on Python 3.X.
How do I integrate it into the benchmark?
The text was updated successfully, but these errors were encountered:
That's good news, Paul!
The benchmark already integrates GluCat, as the installation instructions (https://github.com/ga-developers/ga-benchmark#glucat) download and install the current version from the https://github.com/penguian/glucat repository.
But notice that ga-benchmark does not support Python libraries yet. Therefore, the use of GluCat occurs according to the implementation of these C++ source files: https://github.com/ga-developers/ga-benchmark/tree/master/source/GluCatFramedMulti and https://github.com/ga-developers/ga-benchmark/tree/master/source/GluCatMatrixMulti Could you please check if these implementations make the best use of the new version?
Results showing performance improvements can be placed in this repository: https://github.com/ga-developers/ga-benchmark-runs
Sorry, something went wrong.
No branches or pull requests
I have recently released GluCat 0.8.4: https://github.com/penguian/glucat/tags https://sourceforge.net/projects/glucat/files/
The main change is that PyClical is now based on Python 3.X.
How do I integrate it into the benchmark?
The text was updated successfully, but these errors were encountered: