Added notebook for benchmarking computational time as a function of model count#13
Open
sdhar04 wants to merge 2 commits intoscpeters:masterfrom
Open
Added notebook for benchmarking computational time as a function of model count#13sdhar04 wants to merge 2 commits intoscpeters:masterfrom
sdhar04 wants to merge 2 commits intoscpeters:masterfrom
Conversation
…odel count Signed-off-by: sdhar04 <sammit.dhar.2004@gmail.com>
Signed-off-by: sdhar04 <sammit.dhar.2004@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I went through the notebook boxes_results.ipynb[1] and saw how it related to BENCHMARK_boxes_dt.csv[2]. Then I tried to work back from there and saw the values inside BENCHMARK_boxes_model_count.csv[3], and found that the errors are the same for an engine (even in the generated csv file I got after running the tests, only linPositionErr_maxAbs took a diiferent value for 81 and 101 boxes with Bullet). The differences were mostly in time ratios and I figured that the test must have been for comparing time ratios only. I am adding a notebook comparing the same, and have tried to stick to the format of [1]. What can I do in order to add GIFs and images relating to the test?