-
Updated
Oct 11, 2020 - Go
benchmarking
Here are 793 public repositories matching this topic...
-
Updated
Nov 8, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 10, 2020 - C
-
Updated
Nov 4, 2020 - Go
-
Updated
Jul 22, 2020 - Erlang
-
Updated
Nov 10, 2020 - C++
-
Updated
Apr 2, 2020
-
Updated
Nov 9, 2020 - PHP
-
Updated
Nov 7, 2020 - PHP
-
Updated
Sep 11, 2020 - JavaScript
For different use cases, like bencheeorg/benchee_html#10 it'd be great to have statistics about statistics - what I'd call "meta statistics" - although there's probably some better real statistics name for this :)
What should be in there (that I know of so far):
- job size (how many jobs are in there)
- minimum of run times over all jobs
- maximum of run times over all jobs
This should be
-
Updated
Nov 8, 2020 - C
-
Updated
May 15, 2020
-
Updated
Sep 25, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 8, 2020 - Swift
-
Updated
Aug 20, 2020 - Go
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 28, 2018 - JavaScript
-
Updated
Nov 3, 2020 - Go
-
Updated
Oct 3, 2020 - C
-
Updated
Oct 26, 2020 - Clojure
-
Updated
Sep 17, 2020 - Go
There seem to be some vulnerabilities in our code that might fail easily. I suggest adding more unit tests for the following:
- Custom agents (there's only VPG and PPO on CartPole-v0 as of now. We should preferably add more to cover discrete-offpolicy, continuous-offpolicy and continuous-onpolicy)
- Evaluation for the Bandits and Classical agents
- Testing of convergence of agents as proposed i
-
Updated
Oct 10, 2020 - Python
-
Updated
Jun 23, 2020 - Assembly
Improve this page
Add a description, image, and links to the benchmarking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the benchmarking topic, visit your repo's landing page and select "manage topics."
When I have a
MsBuildArgument
whose value ends in a backslash, there is an error somewhere along the intermediate code generation that causes the generated program to receive malformed arguments, resulting in a parsing exception. Here's an example of such: