-
Updated
Jul 19, 2019 - Go
parallel-processing
Here are 271 public repositories matching this topic...
-
Updated
Oct 22, 2020 - R
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 8, 2020 - PHP
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2019 - Python
-
Updated
Aug 29, 2020 - Haskell
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 17, 2020 - Java
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 17, 2020 - R
-
Updated
Aug 28, 2019 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Aug 11, 2020 - Python
-
Updated
Oct 17, 2020 - R
-
Updated
Aug 9, 2020 - Ruby
-
Updated
Oct 12, 2020 - Java
Add a QUICKSTART.md
What do you propose?
The idea is to create a quick start document at the root of the repo, to illustrate how to quickly get started with JPPF, like an end-to-end HelloWorld. This would include how to setup and start a grid, full code example and expected output.
We shouldalso add a link to it in the main readme.md
What are the expected benefits and drawbacks?
The expectation is
-
Updated
Apr 13, 2019 - R
-
Updated
Sep 20, 2017 - C++
-
Updated
Oct 7, 2020 - C++
-
Updated
Aug 21, 2020 - C#
-
Updated
Feb 25, 2018 - Elixir
-
Updated
Jul 15, 2020 - Python
-
Updated
May 20, 2020 - Julia
Improve this page
Add a description, image, and links to the parallel-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel-processing topic, visit your repo's landing page and select "manage topics."
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in
../src/problems/dtlz.cpp
we have:But in the
../pygmo/expose_problems_0.cpp
it is exposed as:I