-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
sampling order (tpl_sim) and vcp_from_sim #25
Merged
Conversation
This file contains 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
drop torch dependency for user customization
pytest ./tests matrix.os
TY-Cheng
added a commit
that referenced
this pull request
Sep 25, 2024
commit 687c4bb Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Fri Aug 23 18:03:40 2024 +0800 sampling order (tpl_sim) and vcp_from_sim (#25) * Update python-package.yml util.__init__ : ref_count_hfunc() to greedily find tpl_sim with min hfunc calls vinecop._data_vcp : one visit() for both hfunc and hinv in sim vinecop._factory_vcp: code refactoring to include the above * pyproject.toml, stdtr/stdtrit, README drop torch dependency for user customization * Update .yml pytest ./tests matrix.os * README, test_vinecop * sampling order, simplified
TY-Cheng
added a commit
that referenced
this pull request
Sep 25, 2024
commit 687c4bb Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Fri Aug 23 18:03:40 2024 +0800 sampling order (tpl_sim) and vcp_from_sim (#25) * Update python-package.yml util.__init__ : ref_count_hfunc() to greedily find tpl_sim with min hfunc calls vinecop._data_vcp : one visit() for both hfunc and hinv in sim vinecop._factory_vcp: code refactoring to include the above * pyproject.toml, stdtr/stdtrit, README drop torch dependency for user customization * Update .yml pytest ./tests matrix.os * README, test_vinecop * sampling order, simplified
TY-Cheng
added a commit
that referenced
this pull request
Oct 16, 2024
commit aaf91f2 Author: ian <tycheng@nus.edu.sg> Date: Wed Oct 16 21:05:33 2024 +0800 gh-pages branch for docs (Sai); Dvine one set empty commit 9385803 Merge: d5121e0 1532674 Author: ian <tycheng@nus.edu.sg> Date: Wed Oct 16 19:35:32 2024 +0800 Merge remote-tracking branch 'forked_repo/main' into dev_ian commit 1532674 Author: Sai Kiran Reddy Poreddy <saikiranreddy.saikiran@gmail.com> Date: Wed Oct 16 15:09:10 2024 +0800 Remove html files commit 18aad45 Author: Sai Kiran Reddy Poreddy <saikiranreddy.saikiran@gmail.com> Date: Wed Oct 16 15:07:27 2024 +0800 Ignore html files commit 6902e6f Author: Sai Kiran Reddy Poreddy <saikiranreddy.saikiran@gmail.com> Date: Wed Oct 16 15:06:57 2024 +0800 Add clean option commit 034c4ab Author: Sai Kiran Reddy Poreddy <saikiranreddy.saikiran@gmail.com> Date: Wed Oct 16 15:06:28 2024 +0800 Use sphinx_pyproject for config commit dd9b534 Author: Sai Kiran Reddy Poreddy <saikiranreddy.saikiran@gmail.com> Date: Wed Oct 16 15:05:05 2024 +0800 commit to gh-pages commit d5121e0 Merge: c451e67 ad544de Author: ian <tycheng@nus.edu.sg> Date: Tue Oct 8 11:52:19 2024 +0800 Merge branch 'main' into dev_ian commit c451e67 Author: ian <tycheng@nus.edu.sg> Date: Tue Oct 8 11:17:54 2024 +0800 dvine: s_first can be in the middle! sim: sobol seq dvine: TSP with precedence constraints or clustered TSP cvine/rvine: min heap DataBiCop.sim: is_sobol DataVineCop.sim: is_sobol commit 11566f1 Merge: 9c26242 687c4bb Author: TYCheng <cty120120@gmail.com> Date: Wed Sep 25 20:17:00 2024 +0800 Merge branch 'main' into dev_ian commit 9c26242 Author: TYCheng <cty120120@gmail.com> Date: Wed Sep 25 20:14:05 2024 +0800 update source files commit db1fd00 Author: TYCheng <cty120120@gmail.com> Date: Wed Sep 25 20:13:09 2024 +0800 Squashed commit of the following: commit 687c4bb Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Fri Aug 23 18:03:40 2024 +0800 sampling order (tpl_sim) and vcp_from_sim (#25) * Update python-package.yml util.__init__ : ref_count_hfunc() to greedily find tpl_sim with min hfunc calls vinecop._data_vcp : one visit() for both hfunc and hinv in sim vinecop._factory_vcp: code refactoring to include the above * pyproject.toml, stdtr/stdtrit, README drop torch dependency for user customization * Update .yml pytest ./tests matrix.os * README, test_vinecop * sampling order, simplified commit 7a713c2 Author: TYCheng <cty120120@gmail.com> Date: Wed Sep 25 20:10:33 2024 +0800 _data_vcp: sim, is_antithetic commit a587c0a Author: TYCheng <cty120120@gmail.com> Date: Wed Sep 25 20:04:51 2024 +0800 Squashed commit of the following: commit 687c4bb Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Fri Aug 23 18:03:40 2024 +0800 sampling order (tpl_sim) and vcp_from_sim (#25) * Update python-package.yml util.__init__ : ref_count_hfunc() to greedily find tpl_sim with min hfunc calls vinecop._data_vcp : one visit() for both hfunc and hinv in sim vinecop._factory_vcp: code refactoring to include the above * pyproject.toml, stdtr/stdtrit, README drop torch dependency for user customization * Update .yml pytest ./tests matrix.os * README, test_vinecop * sampling order, simplified commit b62dfa4 Author: ian <tycheng@nus.edu.sg> Date: Thu Aug 29 10:20:08 2024 +0800 _data_vcp: sim, antithetic variates commit 8acf040 Author: ian <tycheng@nus.edu.sg> Date: Fri Aug 23 17:48:18 2024 +0800 sampling order, simplified commit 25646ba Merge: ea8f5c1 ac42d78 Author: ian <tycheng@nus.edu.sg> Date: Fri Aug 23 17:46:32 2024 +0800 Merge branch 'main' into dev_ian commit ea8f5c1 Merge: c9559cf f932d88 Author: ian <tycheng@nus.edu.sg> Date: Wed Jul 17 23:03:29 2024 +0800 Merge branch 'main' into dev_ian commit c9559cf Author: ian <tycheng@nus.edu.sg> Date: Wed Jul 17 23:03:23 2024 +0800 README, test_vinecop commit 64ec149 Author: ian <tycheng@nus.edu.sg> Date: Tue Jul 16 11:30:55 2024 +0800 Update .yml pytest ./tests matrix.os commit 203dd87 Merge: 2576acc a8de187 Author: ian <tycheng@nus.edu.sg> Date: Tue Jul 16 11:30:38 2024 +0800 Merge branch 'main' into dev_ian commit 2576acc Author: ian <tycheng@nus.edu.sg> Date: Tue Jul 16 11:08:36 2024 +0800 pyproject.toml, stdtr/stdtrit, README drop torch dependency for user customization commit acfc50e Merge: 33022c0 20dece8 Author: ian <tycheng@nus.edu.sg> Date: Tue Jul 2 21:43:48 2024 +0800 Merge branch 'main' into dev_ian commit 33022c0 Author: ian <tycheng@nus.edu.sg> Date: Tue Jul 2 21:15:36 2024 +0800 v2024.7.0 util.__init__ : ref_count_hfunc() to greedily find tpl_sim with min hfunc calls vinecop._data_vcp : one visit() for both hfunc and hinv in sim vinecop._factory_vcp: code refactoring to include the above commit d203c34 Merge: 1d367d7 72a37a3 Author: ian <tycheng@nus.edu.sg> Date: Mon Jun 24 19:55:55 2024 +0800 Merge branch 'main' into dev_ian commit 1d367d7 Merge: b943dc0 057d3ef Author: ian <tycheng@nus.edu.sg> Date: Mon Jun 24 14:49:51 2024 +0800 Merge branch 'main' into dev_ian commit b943dc0 Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Mon Jun 24 14:42:01 2024 +0800 Update python-package.yml commit 48b0aab Author: Tuoyuan Cheng <tycheng@nus.edu.sg> Date: Mon Jun 24 14:39:30 2024 +0800 Update python-package.yml commit 4e87861 Author: ian <tycheng@nus.edu.sg> Date: Mon Jun 24 14:31:09 2024 +0800 Update python-package.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
No description provided.